From 7e178aeb7c9d46d2475c540f2d9baef227dbd391 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Thu, 15 Mar 2018 16:50:29 -0500 Subject: [PATCH] Tired of bumping for Aeson upper bounds --- bloodhound.cabal | 2 +- stack-8.2.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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