Relax aeson and hspec upper bounds

Also update stack-8.0.yaml to use newer nightly, with aeson-1.0.*
This commit is contained in:
Oleg Grenrus 2016-11-17 09:03:26 +02:00
parent 0027a45506
commit 71339172a1
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ library
build-depends: base >= 4.3 && <5,
bytestring >= 0.10.0 && <0.11,
containers >= 0.5.0.0 && <0.6,
aeson >= 0.11.1 && <0.12,
aeson >= 0.11.1 && <1.1,
http-client >= 0.4.30 && <0.6,
network-uri >= 2.6 && <2.7,
semigroups >= 0.15 && <0.19,
@ -62,7 +62,7 @@ test-suite tests
http-client,
http-types,
containers,
hspec >= 1.8 && <2.3,
hspec >= 1.8 && <2.4,
text,
time,
aeson,

View File

@ -12,4 +12,4 @@ extra-deps:
# - semigroups-0.18.0.1
# - uri-bytestring-0.1.9
# - temporary-resourcet-0.1.0.0
resolver: nightly-2016-08-20
resolver: nightly-2016-11-17