aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-15 13:53:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-15 13:53:51 -0400
commit37b5b1bf0d59cdb8068c0cfb76e194a70754cafa (patch)
tree8242b4e115298a42db7e9d86f380034b11bf1a59 /git-annex.cabal
parentbb70a5e5c484187336dcee6885d9d019bb772e92 (diff)
Fix QuickCheck dependency in cabal file.
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 aaa773a3d..54511d9fb 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, quickcheck >= 2.1
+ base < 5, monad-control, transformers-base, lifted-base, QuickCheck >= 2.1
Executable git-annex-shell
Main-Is: git-annex-shell.hs