summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-02 19:05:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-02 19:05:24 -0400
commit21ace0d80a401bad0ef1df800e6f881425212249 (patch)
treeccd61b2bdce0770d6ce10182c7258ec4070cfdda
parentd4aa37352d19e84cc1a9574fcef1c62b0b4ae4c7 (diff)
Tighten dependency on optparse-applicative to 0.11.0.
Type of str changed in 0.11.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--git-annex.cabal2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index bfcd6725a..712696fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ git-annex (5.20150732) UNRELEASED; urgency=medium
* fsck: Commit incremental fsck database after every 1000 files
fscked, or every 5 minutes, whichever comes first. Previously,
commits were made every 1000 files fscked.
+ * Tighten dependency on optparse-applicative to 0.11.0.
-- Joey Hess <id@joeyh.name> Fri, 31 Jul 2015 12:31:39 -0400
diff --git a/debian/control b/debian/control
index 860724667..296034253 100644
--- a/debian/control
+++ b/debian/control
@@ -69,7 +69,7 @@ Build-Depends:
libghc-tasty-hunit-dev,
libghc-tasty-quickcheck-dev,
libghc-tasty-rerun-dev,
- libghc-optparse-applicative-dev (>= 0.10),
+ libghc-optparse-applicative-dev (>= 0.11.0),
lsof [linux-any],
ikiwiki,
perlmagick,
diff --git a/git-annex.cabal b/git-annex.cabal
index 5d72b0e48..22876e0cc 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -113,7 +113,7 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends:
base (>= 4.5 && < 4.9),
- optparse-applicative (>= 0.10),
+ optparse-applicative (>= 0.11.0),
cryptohash (>= 0.11.0),
containers (>= 0.5.0.0),
exceptions (>= 0.6),