summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-21 00:08:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-21 00:08:43 -0400
commit05b55a496d929ab87355540da39edb5c9bb2dc10 (patch)
tree3e70b6a88db0ef0dd6ff81eef322ec70e74f42ea /git-annex.cabal
parent2a2dbf31c0b251a09bab61274bf1c5bb2248413d (diff)
expose tasty test suite's option parser
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 a7322e400..568d5275d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -114,7 +114,7 @@ Executable git-annex
CPP-Options: -DWITH_CLIBS
if flag(TestSuite)
- Build-Depends: tasty, tasty-hunit, tasty-quickcheck
+ Build-Depends: tasty, tasty-hunit, tasty-quickcheck, optparse-applicative
CPP-Options: -DWITH_TESTSUITE
if flag(TDFA)