diff options
Diffstat (limited to 'libraries/haskell-MonadCatchIO-mtl/README')
-rw-r--r-- | libraries/haskell-MonadCatchIO-mtl/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/haskell-MonadCatchIO-mtl/README b/libraries/haskell-MonadCatchIO-mtl/README index 50f5b564ec134..156680c936e75 100644 --- a/libraries/haskell-MonadCatchIO-mtl/README +++ b/libraries/haskell-MonadCatchIO-mtl/README @@ -1,8 +1,6 @@ -haskell-MonadCatchIO-mtl (Monad-transformer version of haskell-mtl) - 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. -This requires haskell-mtl. +This requires ghc, haskell-transformers, and haskell-mtl. |