diff options
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 |