summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-21 14:04:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-21 14:04:50 -0400
commitd06c51b6dc2587e1ea23b2ffb1cc55acf4404a16 (patch)
tree92606f7aa595c84aec7f19f4caad764cb5574091 /git-annex.cabal
parentcb22669ecd8e7bd4cb3cc41934ba8f5ddf24dd2b (diff)
use tasty resources
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 568d5275d..38098fee1 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -114,7 +114,8 @@ Executable git-annex
CPP-Options: -DWITH_CLIBS
if flag(TestSuite)
- Build-Depends: tasty, tasty-hunit, tasty-quickcheck, optparse-applicative
+ Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck,
+ optparse-applicative
CPP-Options: -DWITH_TESTSUITE
if flag(TDFA)