summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-23 20:35:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-23 20:35:32 -0400
commitec5e6d7dec82f06be9600a012c5aaf01a30f6af7 (patch)
tree8df5c2f43faa81cff5126529f7c4c5b95e36a6bd /git-annex.cabal
parent3aab18a4c171b6f812bfe89877401421d293a515 (diff)
remove support for network older than 2.4
debian stable has 2.4
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 85cba3c97..7f7518f4b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -130,7 +130,7 @@ Executable git-annex
if flag(network-uri)
Build-Depends: network-uri (>= 2.6), network (>= 2.6)
else
- Build-Depends: network (< 2.6), network (>= 2.0)
+ Build-Depends: network (< 2.6), network (>= 2.4)
if flag(Cryptonite)
Build-Depends: cryptonite