From b9098a3e3795f7efc3dc1e9ce2a1aa40e3690df1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Mar 2012 12:42:22 -0400 Subject: [PATCH] update cabal file for recent changes also wired the test suite into cabal --- git-annex.cabal | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index 184f6323a0..9e37a6cb3c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -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