fix unused import warning
Network.HTTP.Client exports makeConnection since 0.5.3. Debian stable has a newer version than 0.5.3, so bumping the min version seems better than adding an ifdef.
This commit is contained in:
parent
4c44deb2cd
commit
6ef62cb3c7
2 changed files with 2 additions and 3 deletions
|
@ -337,7 +337,7 @@ Executable git-annex
|
|||
edit-distance,
|
||||
resourcet,
|
||||
connection (>= 0.2.6),
|
||||
http-client (>= 0.5.0),
|
||||
http-client (>= 0.5.3),
|
||||
http-client-tls,
|
||||
http-types (>= 0.7),
|
||||
http-conduit (>= 2.3.0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue