diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:25:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:37 +0700 |
commit | 65819803d03d7ee3ab9c8949d39ef070b67aa7d6 (patch) | |
tree | 8148ad06ed3e2e75343a051aa4fedf59043b0387 /haskell/haskell-parsec-numbers/slack-desc | |
parent | 0fb89cfef43384867ad1c11f843b02b17254f77d (diff) |
haskell/haskell-parsec-numbers: Added (parse numbers from strings).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-parsec-numbers/slack-desc')
-rw-r--r-- | haskell/haskell-parsec-numbers/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-parsec-numbers/slack-desc b/haskell/haskell-parsec-numbers/slack-desc new file mode 100644 index 0000000000000..7be48e2a3fe46 --- /dev/null +++ b/haskell/haskell-parsec-numbers/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-parsec-numbers: haskell-parsec-numbers (parsing numbers from strings) +haskell-parsec-numbers: +haskell-parsec-numbers: parsec-numbers provides the number parsers without the need to use +haskell-parsec-numbers: a large (and unportable) token parser +haskell-parsec-numbers: +haskell-parsec-numbers: +haskell-parsec-numbers: +haskell-parsec-numbers: +haskell-parsec-numbers: +haskell-parsec-numbers: +haskell-parsec-numbers: |