diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:38 +0200 |
commit | 65899cef58b54933a6f1a0fe04b7160afc6fa202 (patch) | |
tree | 2df02ba6b34bee6ed2c9737dc66c41660bea4791 /libraries/haskell-mtl/README | |
parent | 5bf4daaf7277c8a1e109e156e1624629e37f401d (diff) |
libraries/haskell-mtl: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-mtl/README')
-rw-r--r-- | libraries/haskell-mtl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/haskell-mtl/README b/libraries/haskell-mtl/README new file mode 100644 index 0000000000000..82e58a13ce8f0 --- /dev/null +++ b/libraries/haskell-mtl/README @@ -0,0 +1,11 @@ +haskell-mtl (Monad transformer library) + +A monad transformer library, inspired by the paper Functional Programming +with Overloading and Higher-Order Polymorphism, by Mark P Jones +<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>, Advanced School of +Functional Programming, 1995. + +This requires ghc. + +When uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg unregister mtl |