summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-polyparse/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-09 11:25:41 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-11 03:17:21 +0700
commit17a3e31006d847706f9efef8a915aa77f909de21 (patch)
treea3371171ab2c600871cc605c069600d9b5c72ac0 /haskell/haskell-polyparse/README
parentc83edb8186ebae48c9f1444afaa6318c9a6793c3 (diff)
downloadslackbuilds-17a3e31006d847706f9efef8a915aa77f909de21.tar.gz
slackbuilds-17a3e31006d847706f9efef8a915aa77f909de21.tar.xz
haskell/haskell-polyparse: Added (parser combinator libraries).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-polyparse/README')
-rw-r--r--haskell/haskell-polyparse/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-polyparse/README b/haskell/haskell-polyparse/README
new file mode 100644
index 0000000000..69b27c5321
--- /dev/null
+++ b/haskell/haskell-polyparse/README
@@ -0,0 +1,8 @@
+A variety of alternative parser combinator libraries, including the original
+HuttonMeijer set. The Poly sets have features like good error reporting,
+arbitrary token type, running state, lazy parsing, and so on. Finally,
+Text.Parse is a proposed replacement for the standard Read class, for better
+deserialisation of Haskell values from Strings.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache