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