From 063355369232d2c37a45c672558b1029b95a636b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 24 Feb 2015 23:45:56 +0200 Subject: haskell/haskell-cmdlib: Added (a library for command line parsing & online help). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikko Värri Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-cmdlib/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 haskell/haskell-cmdlib/README (limited to 'haskell/haskell-cmdlib/README') 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 -- cgit v1.2.3