diff options
Diffstat (limited to 'haskell/haskell-MonadCatchIO-transformers/README')
-rw-r--r-- | haskell/haskell-MonadCatchIO-transformers/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/haskell/haskell-MonadCatchIO-transformers/README b/haskell/haskell-MonadCatchIO-transformers/README deleted file mode 100644 index a674d2d296..0000000000 --- a/haskell/haskell-MonadCatchIO-transformers/README +++ /dev/null @@ -1,10 +0,0 @@ -Provides functions to throw and catch exceptions. Unlike the -functions from Control.Exception, which work in IO, these work in -any stack of monad transformers (from the transformers package) with -IO as the base monad. You can extend this functionality to other -monads, by creating an instance of the MonadCatchIO class. Warning: -this package is deprecated. Use the exceptions package instead, if -possible. - -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache |