From 147d74480485b99211c7833402479c2595467b7e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 May 2019 08:10:10 -0700 Subject: [PATCH] Mov upper bound on case-insenstitive to the proper place --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45d3a9ce..92c4411e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -455,7 +455,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - mega-sdist - - case-insensitive < 1.2.1 + - case-insensitive - classy-prelude-yesod - conduit-combinators - conduit-extra @@ -4557,6 +4557,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4512 - aeson < 1.4.3.0 + # https://github.com/commercialhaskell/stackage/issues/4519 + - case-insensitive < 1.2.1 + # https://github.com/commercialhaskell/stackage/issues/4523 - doctest < 0.16.1