diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:35:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:59 +0700 |
commit | 00117ba53e10718b0267924e506f9e59471a753b (patch) | |
tree | 4a49feb64d24cd0862c65bd3536d6cff9b346f35 /haskell/haskell-mmorph/README | |
parent | 10eb4f50135ce77d4d227ae0adb99d30ec180686 (diff) |
haskell/haskell-mmorph: Added (monad morphisms).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-mmorph/README')
-rw-r--r-- | haskell/haskell-mmorph/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-mmorph/README b/haskell/haskell-mmorph/README new file mode 100644 index 0000000000000..17acfaade81a8 --- /dev/null +++ b/haskell/haskell-mmorph/README @@ -0,0 +1,5 @@ +This library provides monad morphism utilities, most commonly used +for manipulating monad transformer stacks. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |