diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:23:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:36 +0700 |
commit | 2b6fea8d98d73698de6883e2ae1901947af2cab9 (patch) | |
tree | f1833436fb993325280567d916f6edab70a5384f /haskell/haskell-optparse-applicative/slack-desc | |
parent | 273fb81b76a94cf824a82f0964b5296c3cbd2b51 (diff) |
haskell/haskell-optparse-applicative: Added (parse command line).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-optparse-applicative/slack-desc')
-rw-r--r-- | haskell/haskell-optparse-applicative/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-optparse-applicative/slack-desc b/haskell/haskell-optparse-applicative/slack-desc new file mode 100644 index 0000000000000..22efde6dafcb4 --- /dev/null +++ b/haskell/haskell-optparse-applicative/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-optparse-applicative: haskell-optparse-applicative (parse command line options) +haskell-optparse-applicative: +haskell-optparse-applicative: optparse-applicative is a haskell library for parsing options on the +haskell-optparse-applicative: command line, providing a powerful applicative interface for composing +haskell-optparse-applicative: these options. +haskell-optparse-applicative: +haskell-optparse-applicative: +haskell-optparse-applicative: +haskell-optparse-applicative: +haskell-optparse-applicative: +haskell-optparse-applicative: |