diff options
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 |
commit | 17a3e31006d847706f9efef8a915aa77f909de21 (patch) | |
tree | a3371171ab2c600871cc605c069600d9b5c72ac0 /haskell/haskell-polyparse/README | |
parent | c83edb8186ebae48c9f1444afaa6318c9a6793c3 (diff) |
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/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-polyparse/README b/haskell/haskell-polyparse/README new file mode 100644 index 0000000000000..69b27c5321977 --- /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 |