Bump dependencies to support GHC 8.2.

This commit is contained in:
Mikhail Glushenkov 2017-05-22 20:06:29 +01:00
parent 438733f9d2
commit 1c5dff504d
No known key found for this signature in database
GPG Key ID: 8BB17E73A163F7C4

View File

@ -48,7 +48,7 @@ library
http-client >= 0.4.30 && <0.6,
network-uri >= 2.6 && <2.7,
semigroups >= 0.15 && <0.19,
time >= 1.4 && <1.7,
time >= 1.4 && <1.9,
text >= 0.11 && <1.3,
mtl >= 1.0 && <2.3,
transformers >= 0.2 && <0.6,
@ -88,7 +88,7 @@ test-suite tests
unordered-containers >= 0.2.5.0 && <0.3,
mtl,
quickcheck-properties,
generics-sop >=0.2 && <0.3,
generics-sop >=0.2 && <0.4,
errors,
exceptions,
temporary,