diff options
-rw-r--r-- | haskell/haskell-fail/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/haskell/haskell-fail/README b/haskell/haskell-fail/README index 9c3ca94609c1..79911f67bf74 100644 --- a/haskell/haskell-fail/README +++ b/haskell/haskell-fail/README @@ -1,9 +1,10 @@ -This package contains the Control.Monad.Fail module providing the MonadFail -class that became available in base-4.9.0.0 for older base package versions. +This package contains the Control.Monad.Fail module providing the +MonadFail class that became available in base-4.9.0.0 for older base +package versions. -This package turns into an empty package when used with GHC versions which -already provide the Control.Monad.Fail module to make way for GHC's own -Control.Monad.Fail module. +This package turns into an empty package when used with GHC versions +which already provide the Control.Monad.Fail module to make way for +GHC's own Control.Monad.Fail module. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |