diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:59:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:32 +0700 |
commit | 65f35222c74a0d084c868e83df4b6c91732e39e4 (patch) | |
tree | e168b94718ecb5d9133c6919adf931e1bc6dcda5 /haskell/haskell-megaparsec/README | |
parent | 45a611ff198ffb854ba3b9c8a85c98319029566e (diff) |
haskell/haskell-megaparsec: Added (Monadic parser combinators).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-megaparsec/README')
-rw-r--r-- | haskell/haskell-megaparsec/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-megaparsec/README b/haskell/haskell-megaparsec/README new file mode 100644 index 000000000000..9b73bca1caf4 --- /dev/null +++ b/haskell/haskell-megaparsec/README @@ -0,0 +1,6 @@ +This is an industrial-strength monadic parser combinator +library. Megaparsec is a feature-rich package that strikes a nice +balance between speed, flexibility, and quality of parse errors. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |