update cabal file for recent changes
also wired the test suite into cabal
This commit is contained in:
parent
981e1ab43d
commit
b9098a3e37
1 changed files with 9 additions and 2 deletions
|
@ -33,11 +33,18 @@ Executable git-annex
|
|||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
|
||||
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base,
|
||||
IfElse, text, QuickCheck >= 2.1, bloomfilter
|
||||
Other-Modules: Utility.StatFS, Utility.Touch
|
||||
Other-Modules: Utility.Touch
|
||||
C-Sources: Utility/diskfree.c
|
||||
|
||||
Executable git-annex-shell
|
||||
Main-Is: git-annex-shell.hs
|
||||
Other-Modules: Utility.StatFS
|
||||
C-Sources: Utility/diskfree.c
|
||||
|
||||
Test-Suite test
|
||||
Type: exitcode-stdio-1.0
|
||||
Main-Is: test.hs
|
||||
Build-Depends: testpack, HUnit
|
||||
C-Sources: Utility/diskfree.c
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue