summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bittorrent.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 8db80f50..2dee30ee 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -184,8 +184,14 @@ library
184 184
185 -- Network 185 -- Network
186 , http-types >= 0.8 186 , http-types >= 0.8
187 , http-client >= 0.2 187 , http-client >= 0.2 && < 0.5
188 -- ^ We call setUri with Default Request instance,
189 -- but that instance was removed in an API breaking
190 -- change of http-client package, version 0.5.0.
188 , http-conduit >= 2.0 191 , http-conduit >= 2.0
192 -- ^ may wish && < 2.3
193 -- to tie upper bound here to http-client version
194 -- maintained by same author
189 , iproute >= 1.2.11 195 , iproute >= 1.2.11
190 196
191 -- RNG/PRNG 197 -- RNG/PRNG