diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 23:21:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 23:23:41 -0400 |
commit | 0b141f6949ceb0ecb82d51035aec1a4a2839552b (patch) | |
tree | 2aae92a7c690b8b1590f3d3638bf5cd99b289aef /git-annex.cabal | |
parent | b112a6844d0e469bf2f2f9157264a53c746e2dd0 (diff) |
Stop depending on testpack.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 096373113..cc7ce6d46 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -88,7 +88,7 @@ Executable git-annex GHC-Options: -O0 if flag(TestSuite) - Build-Depends: testpack, HUnit + Build-Depends: HUnit CPP-Options: -DWITH_TESTSUITE if flag(S3) |