diff --git a/bloodhound.cabal b/bloodhound.cabal index 687708a..9919a34 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -47,7 +47,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 && <1.3, + aeson >= 0.11.1, http-client >= 0.4.30 && <0.6, network-uri >= 2.6 && <2.7, semigroups >= 0.15 && <0.19, diff --git a/stack-8.2.yaml b/stack-8.2.yaml index a0245d9..aba4d8c 100644 --- a/stack-8.2.yaml +++ b/stack-8.2.yaml @@ -8,6 +8,7 @@ packages: extra-deps: - quickcheck-properties-0.1 - - http-types-0.12 + - http-types-0.12.1 + - aeson-1.3.0.0 -resolver: lts-10.0 +resolver: lts-11.0