From e5a767d64c9ff7b495dd6ed8c7d98a7b842e81d4 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Mon, 29 Jan 2018 09:51:00 -0800 Subject: [PATCH] Allow http-types-0.12 I tested this locally, but I'm not really sure its the right thing to put http-types in the default stack.yaml This is for https://github.com/fpco/stackage/issues/3232 which blocks us in katip-elasticsearch downstream --- bloodhound.cabal | 2 +- stack-8.2.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bloodhound.cabal b/bloodhound.cabal index 9b69eb38..cdd71ce7 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -55,7 +55,7 @@ library text >= 0.11 && <1.3, mtl >= 1.0 && <2.3, transformers >= 0.2 && <0.6, - http-types >= 0.8 && <0.12, + http-types >= 0.8 && <0.13, vector >= 0.10.9 && <0.13, scientific >= 0.3.0.0 && <0.4.0.0, exceptions, diff --git a/stack-8.2.yaml b/stack-8.2.yaml index f7dc8f88..ed1058aa 100644 --- a/stack-8.2.yaml +++ b/stack-8.2.yaml @@ -6,7 +6,6 @@ packages: - '.' - './examples' -extra-deps: - - http-types-0.11 +extra-deps: [] resolver: lts-10.0