make cabal test work again
This commit is contained in:
parent
2ac148daf0
commit
61e5663097
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue