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/slack-desc | |
parent | 45a611ff198ffb854ba3b9c8a85c98319029566e (diff) |
haskell/haskell-megaparsec: Added (Monadic parser combinators).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-megaparsec/slack-desc')
-rw-r--r-- | haskell/haskell-megaparsec/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-megaparsec/slack-desc b/haskell/haskell-megaparsec/slack-desc new file mode 100644 index 0000000000000..e4de72a39e5fd --- /dev/null +++ b/haskell/haskell-megaparsec/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-megaparsec: haskell-megaparsec (Monadic parser combinators) +haskell-megaparsec: +haskell-megaparsec: This is an industrial-strength monadic parser combinator +haskell-megaparsec: library. Megaparsec is a feature-rich package that strikes a nice +haskell-megaparsec: balance between speed, flexibility, and quality of parse errors. +haskell-megaparsec: +haskell-megaparsec: +haskell-megaparsec: +haskell-megaparsec: +haskell-megaparsec: +haskell-megaparsec: |