summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 23:54:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 23:54:46 -0400
commit0ade54179ba2db79f72e723eceedfcd6a1757b6f (patch)
treeaa81f98abc35795e68cd08d724d5d419eecf9c8f /git-annex.cabal
parentbdd4ad96ae5ab6bcd383765251aa18afbe55e889 (diff)
Removed support for optparse-applicative versions older than 0.10.
Debian stable has 0.10.0.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index a53eecabb..941067f5d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -164,7 +164,7 @@ Executable git-annex
if flag(TestSuite)
Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck, tasty-rerun,
- optparse-applicative (>= 0.9.1), crypto-api
+ optparse-applicative (>= 0.10), crypto-api
CPP-Options: -DWITH_TESTSUITE
if flag(TDFA)