aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-optparse-applicative/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-optparse-applicative/README')
-rw-r--r--haskell/haskell-optparse-applicative/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell/haskell-optparse-applicative/README b/haskell/haskell-optparse-applicative/README
new file mode 100644
index 000000000000..b8941ec02add
--- /dev/null
+++ b/haskell/haskell-optparse-applicative/README
@@ -0,0 +1,11 @@
+optparse-applicative is a haskell library for parsing options on the
+command line, providing a powerful applicative interface for composing
+these options.
+
+optparse-applicative takes care of reading and validating the arguments
+passed to the command line, handling and reporting errors, generating a
+usage line, a comprehensive help screen, and enabling context-sensitive
+bash completions.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache