diff options
author | James Crayne <jim.crayne@gmail.com> | 2017-01-23 11:11:15 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2017-01-23 11:11:15 +0000 |
commit | d2adf592c46afa0f8c0640dec4715ee74f4776ca (patch) | |
tree | 016b10ba9b1d8442ac563b3687ee769d0e65fd8f /bittorrent.cabal | |
parent | 40bb0d66f492abed328ebd7961588b7c3a8ed7a6 (diff) |
cabal file only, build issues
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 8 |
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 |