diff options
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 0000000000..7c5236d855 --- /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 |