From 3046f88bde7750b349b301efeed1986088475bff Mon Sep 17 00:00:00 2001
From: Paolo Capriotti
Date: Thu, 31 Jul 2014 11:27:30 +0100
Subject: [PATCH] Add missing test file to cabal (fixes #97).
---
CHANGELOG.md | 7 ++++++-
optparse-applicative.cabal | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b80fa53..9fe3c0d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal
index f2472944..a18dbf4c 100644
--- a/optparse-applicative.cabal
+++ b/optparse-applicative.cabal
@@ -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 @@ 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