diff options
Diffstat (limited to 'haskell/haskell-transformers/README')
-rw-r--r-- | haskell/haskell-transformers/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-transformers/README b/haskell/haskell-transformers/README new file mode 100644 index 0000000000..786e1f6189 --- /dev/null +++ b/haskell/haskell-transformers/README @@ -0,0 +1,10 @@ +This part contains the monad transformer class, the concrete monad +transformers, operations and liftings. It can be used on its own in +Haskell 98 code, or with the monad classes in the monads-fd or +monads-tf packages, which automatically lift operations introduced +by monad transformers through other transformers. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |