aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:50:04 -0500
committerGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:50:04 -0500
commit1eca7a4573a8b88866186f502e79bcbf17513b3a (patch)
treeac25abd719094b37aec29c55827d7c249b8efe63 /git-annex.cabal
parent1c08bb700083d67ce5fbf5c955963bfed8150e3a (diff)
Require socks < 0.6
socks-0.6 changed an API in an incompatible way. Require an older socks for now.
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 32fb60da6..e7bf875c3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -247,7 +247,7 @@ Executable git-annex
unordered-containers,
feed (>= 0.3.9),
regex-tdfa,
- socks,
+ socks (< 0.6),
byteable,
stm-chans,
securemem,