diff --git a/bloodhound.cabal b/bloodhound.cabal index 51a2979..87f2c5e 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -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, diff --git a/stack-8.0.yaml b/stack-8.0.yaml index 33cd5d5..f02fe87 100644 --- a/stack-8.0.yaml +++ b/stack-8.0.yaml @@ -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