aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index c3bf35e18..ad354bf6e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -289,7 +289,7 @@ Executable git-annex
GHC-Options: -optl-Wl,--as-needed
if flag(network-uri)
- Build-Depends: network-uri (>= 2.6), network (>= 2.6)
+ Build-Depends: network-uri (>= 2.6), network (>= 2.6 && < 3.0)
else
Build-Depends: network (< 2.6), network (>= 2.4)