Merge pull request #249 from 23Skidoo/patch-1

Relax the dependency on http-client.
This commit is contained in:
Michael Xavier 2019-01-22 14:43:33 -08:00 committed by GitHub
commit e84bf70350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ library
containers >= 0.5.0.0 && <0.6,
exceptions,
hashable,
http-client >= 0.4.30 && <0.6,
http-client >= 0.4.30 && <0.7,
http-types >= 0.8 && <0.13,
mtl >= 1.0 && <2.3,
network-uri >= 2.6 && <2.7,