diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-01-09 12:16:58 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:42 -0600 |
commit | 0be35bf847878a581caaba1627446bdb76219bb7 (patch) | |
tree | 6ef1cc673b06a62ef532f6359a8989d442b24fcc /libraries/haskell-mtl/README | |
parent | 407b85060e7bf1d3f6ab26356eacef8ae4c72eea (diff) |
libraries/haskell-mtl: Updated for version 2.0.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-mtl/README')
-rw-r--r-- | libraries/haskell-mtl/README | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libraries/haskell-mtl/README b/libraries/haskell-mtl/README index 7ed08a35dc871..19cee88cbcd3f 100644 --- a/libraries/haskell-mtl/README +++ b/libraries/haskell-mtl/README @@ -1,11 +1,9 @@ -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. -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 and haskell-transformers. -This requires ghc. - -After uninstalling, run this command to unregister the package from +After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |