diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-14 15:23:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-14 15:23:13 -0400 |
commit | 61e5663097a2cf779d136b5a28500460293e9e3c (patch) | |
tree | b62ccb1cda1dba7d9740f50f8c37f74856090fff /git-annex.cabal | |
parent | 2ac148daf08c47da63150e1a3fa9bb2356ade202 (diff) |
make cabal test work again
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 58370daf4..395042c9a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -47,8 +47,13 @@ Executable git-annex Test-Suite test Type: exitcode-stdio-1.0 Main-Is: test.hs - Build-Depends: testpack, HUnit + Build-Depends: testpack, HUnit, MissingH, hslogger, directory, filepath, + unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, + pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, + base >= 4.5, base < 5, monad-control, transformers-base, lifted-base, + IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance C-Sources: Utility/libdiskfree.c + Extensions: CPP source-repository head type: git |