diff options
Diffstat (limited to 'haskell/haskell-MonadCatchIO-mtl/README')
-rw-r--r-- | haskell/haskell-MonadCatchIO-mtl/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/haskell/haskell-MonadCatchIO-mtl/README b/haskell/haskell-MonadCatchIO-mtl/README deleted file mode 100644 index 435eaa18ffb3f..0000000000000 --- a/haskell/haskell-MonadCatchIO-mtl/README +++ /dev/null @@ -1,7 +0,0 @@ -Provides a monad-transformer version of the Control.Exception.catch -function. For this, it defines the MonadCatchIO class, a subset of -MonadIO. It defines proper instances for most monad transformers in -the mtl library. - -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache |