diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:45:56 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:04 +0700 |
commit | 063355369232d2c37a45c672558b1029b95a636b (patch) | |
tree | a38e535281857871b19d5f7e75e4bd1d0c86cb38 /haskell/haskell-cmdlib/README | |
parent | 8d0e2e8ae8a4a3abe0296ef52ccfca221c0b902c (diff) |
haskell/haskell-cmdlib: Added (a library for command line parsing & online help).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cmdlib/README')
-rw-r--r-- | haskell/haskell-cmdlib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-cmdlib/README b/haskell/haskell-cmdlib/README new file mode 100644 index 0000000000000..7c5236d855504 --- /dev/null +++ b/haskell/haskell-cmdlib/README @@ -0,0 +1,6 @@ +A commandline parsing library based on getopt. Comes with a powerful +attribute system. Supports complex interfaces with many options and +commands, with grouping, with simple and convenient API. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |