diff options
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 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 |