Tighten dependency on optparse-applicative to 0.11.0.
Type of str changed in 0.11.
This commit is contained in:
parent
6be323a4f1
commit
7cf0cb48ee
3 changed files with 3 additions and 2 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -9,6 +9,7 @@ git-annex (5.20150732) UNRELEASED; urgency=medium
|
||||||
* fsck: Commit incremental fsck database after every 1000 files
|
* fsck: Commit incremental fsck database after every 1000 files
|
||||||
fscked, or every 5 minutes, whichever comes first. Previously,
|
fscked, or every 5 minutes, whichever comes first. Previously,
|
||||||
commits were made every 1000 files fscked.
|
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
|
-- Joey Hess <id@joeyh.name> Fri, 31 Jul 2015 12:31:39 -0400
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -69,7 +69,7 @@ Build-Depends:
|
||||||
libghc-tasty-hunit-dev,
|
libghc-tasty-hunit-dev,
|
||||||
libghc-tasty-quickcheck-dev,
|
libghc-tasty-quickcheck-dev,
|
||||||
libghc-tasty-rerun-dev,
|
libghc-tasty-rerun-dev,
|
||||||
libghc-optparse-applicative-dev (>= 0.10),
|
libghc-optparse-applicative-dev (>= 0.11.0),
|
||||||
lsof [linux-any],
|
lsof [linux-any],
|
||||||
ikiwiki,
|
ikiwiki,
|
||||||
perlmagick,
|
perlmagick,
|
||||||
|
|
|
@ -113,7 +113,7 @@ Executable git-annex
|
||||||
Main-Is: git-annex.hs
|
Main-Is: git-annex.hs
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
base (>= 4.5 && < 4.9),
|
base (>= 4.5 && < 4.9),
|
||||||
optparse-applicative (>= 0.10),
|
optparse-applicative (>= 0.11.0),
|
||||||
cryptohash (>= 0.11.0),
|
cryptohash (>= 0.11.0),
|
||||||
containers (>= 0.5.0.0),
|
containers (>= 0.5.0.0),
|
||||||
exceptions (>= 0.6),
|
exceptions (>= 0.6),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue