summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-11 18:05:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-11 18:05:01 -0400
commit3a6456a7b786e1cb41605a1ad46004e4de6d27b7 (patch)
tree4bebe117c5ae5f97698b5abbdda24b191afa28e3 /git-annex.cabal
parentba1615a18964ddd97006b1f0eb4e90842d0b3568 (diff)
use cabal macro to detect if old version of network is being used
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 d2ecc55ce..d22be21d0 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -52,7 +52,7 @@ Flag DNS
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
- unix, containers, utf8-string, network (>= 2.4.0.1), mtl,
+ unix, containers, utf8-string, network (>= 2.0), mtl,
bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base,