optparse-applicative 0.9.1 → 0.9.1.1
raw patch · 3 files changed
+16/−2 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +6/−1
- optparse-applicative.cabal +2/−1
- tests/subparsers.err.txt +8/−0
CHANGELOG.md view
@@ -1,4 +1,9 @@-## Version 0.9.1 (23 Jul 2014)+## Version 0.9.1.1 (31 Jul 2014)++- Fixed bugs+ * \#97 - Version 0.9.1 fails test suite++## Version 0.9.1 (30 Jul 2014) - Documentation tweaks.
optparse-applicative.cabal view
@@ -1,5 +1,5 @@ name: optparse-applicative-version: 0.9.1+version: 0.9.1.1 synopsis: Utilities and combinators for parsing command line options description: Here is a simple example of an applicative option parser:@@ -84,6 +84,7 @@ tests/hello.err.txt tests/formatting.err.txt tests/nested.err.txt+ tests/subparsers.err.txt homepage: https://github.com/pcapriotti/optparse-applicative bug-reports: https://github.com/pcapriotti/optparse-applicative/issues
+ tests/subparsers.err.txt view
@@ -0,0 +1,8 @@+Usage: subparsers COMMAND COMMAND++Available options:+ -h,--help Show this help text++Available commands:+ add Add a file to the repository+ commit Record changes to the repository