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-parsec/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 haskell/haskell-parsec/README (limited to 'haskell/haskell-parsec/README') diff --git a/haskell/haskell-parsec/README b/haskell/haskell-parsec/README new file mode 100644 index 0000000000..04dfcedd2a --- /dev/null +++ b/haskell/haskell-parsec/README @@ -0,0 +1,10 @@ +Parsec is designed from scratch as an industrial-strength parser +library. It is simple, safe, well documented, has extensive +libraries and good error messages, and is also fast. It is defined +as a monad transformer that can be stacked on arbitrary monads, and +it is also parametric in the input stream type. + +This requires ghc, haskell-transformers, haskell-mtl, and haskell-syb. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache -- cgit v1.2.3