diff options
author | 2022-01-19 13:53:56 -0500 | |
---|---|---|
committer | 2022-01-19 13:53:56 -0500 | |
commit | b2ac494006073a00e5e1033528d6e0bdc8ccbcd6 (patch) | |
tree | efd40cb539d2f27375efc430a569340b742bc393 | |
parent | 8a8ac1cbf22b0aabfc660d6d242f60642c95da9b (diff) |
network-3.0 changed some APIs in incompatible ways. Require an older
network for now.
-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 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) |