Skip to content

Commit

Permalink
Add missing test file to cabal (fixes #97).
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Jul 31, 2014
1 parent 19eed17 commit 3046f88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion optparse-applicative.cabal
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -84,6 +84,7 @@ extra-source-files: CHANGELOG.md
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

Expand Down

0 comments on commit 3046f88

Please sign in to comment.