packages feed

enclosed-exceptions 1.0.0 → 1.0.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

enclosed-exceptions.cabal view
@@ -1,5 +1,5 @@ name:                enclosed-exceptions-version:             1.0.0+version:             1.0.0.1 synopsis:            Catching all exceptions from within an enclosed computation description:         Catching all exceptions raised within an enclosed computation,                      while remaining responsive to (external) asynchronous exceptions.
src/Control/Exception/Enclosed.hs view
@@ -119,7 +119,7 @@ -- -- Since 0.5.6 catchIO :: MonadBaseControl IO m => m a -> (IOException -> m a) -> m a-catchIO = catch+catchIO = Control.Exception.Lifted.catch  -- | A version of 'handle' which is specialized for IO exceptions.  This -- simplifies usage as no explicit type signatures are necessary.