summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-parsec/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-parsec/README')
-rw-r--r--haskell/haskell-parsec/README10
1 files changed, 10 insertions, 0 deletions
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