Skip to content
  • Ben Millwood's avatar
    Remove more exception compatibility code · 60c08b86
    Ben Millwood authored
    This one removes Cabal's throwIOIO in favour of
    Control.Exception.throwIO.
    
    Note that throwIO is more polymorphic than throwIOIO, but in all current
    use cases the same type is inferred anyway.
    60c08b86