Removed support for optparse-applicative versions older than 0.10.
Debian stable has 0.10.0.
This commit is contained in:
parent
38215b7463
commit
aea694ed3f
4 changed files with 3 additions and 6 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -31,6 +31,7 @@ git-annex (5.20150618) UNRELEASED; urgency=medium
|
|||
reflog. This provides a way to not consider old versions of files to be
|
||||
unused after they have reached a specified age, when the old refs in
|
||||
the reflog expire.
|
||||
* Removed support for optparse-applicative versions older than 0.10.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -69,7 +69,7 @@ Build-Depends:
|
|||
libghc-tasty-hunit-dev,
|
||||
libghc-tasty-quickcheck-dev,
|
||||
libghc-tasty-rerun-dev,
|
||||
libghc-optparse-applicative-dev,
|
||||
libghc-optparse-applicative-dev (>= 0.10),
|
||||
lsof [!kfreebsd-i386 !kfreebsd-amd64 !hurd-any],
|
||||
ikiwiki,
|
||||
perlmagick,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue