summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-03 14:52:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-03 14:52:20 -0400
commit7e6a54f98422bf0bab1d1aad5980df3e60220ff8 (patch)
tree29a95b672f42f329f7d68a0b6096495741f37cff /git-annex.cabal
parent6b7ee8486d00d4e067257d57c574b371f8e4e3d0 (diff)
Added quickcheck to build dependencies, and fail if test suite cannot be built.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 902acd0de..93238f49f 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -31,7 +31,7 @@ Executable git-annex
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
- base < 5, monad-control, transformers-base, lifted-base
+ base < 5, monad-control, transformers-base, lifted-base, quickcheck >= 2.1
Executable git-annex-shell
Main-Is: git-annex-shell.hs