diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-06 17:32:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-06 17:32:18 -0400 |
commit | 581dc819e1025d00a6979a245a5c839fad116ea7 (patch) | |
tree | 399ab560ca69cc0ccbab3fcbb4a4637c472364dc /git-annex.cabal | |
parent | dc9049373e8af94f42f31027d963dbd612d678fc (diff) |
version base dependency for ghc 7.4
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 719e3d3fc..46eacbaaf 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, IfElse, + base >= 4.5, base < 5, monad-control, transformers-base, lifted-base, IfElse, QuickCheck >= 2.1 Executable git-annex-shell |