diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 19:56:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 41b3ac89ca467ef870f8871d9a8fea1b7b02bc9c (patch) | |
tree | d32a96fd9f536141ae597245766768449c066055 /haskell/haskell-fail/README | |
parent | 1002a766b08b4e99f19f0f4cc217267f16fdda4d (diff) | |
download | slackbuilds-41b3ac89ca467ef870f8871d9a8fea1b7b02bc9c.tar.gz |
haskell/haskell-fail: Added (MonadFail class).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-fail/README')
-rw-r--r-- | haskell/haskell-fail/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-fail/README b/haskell/haskell-fail/README new file mode 100644 index 0000000000..9c3ca94609 --- /dev/null +++ b/haskell/haskell-fail/README @@ -0,0 +1,9 @@ +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. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |