From 6a511b1c665a1f7efecadaa3447af889b1dcba58 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 01:20:14 -0500 Subject: haskell/*: Moved all of the Haskell stuff to here Signed-off-by: Robby Workman --- haskell/haskell-transformers/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 haskell/haskell-transformers/README (limited to 'haskell/haskell-transformers/README') 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 -- cgit v1.2.3