From 37dff3f9de1fb109a5b2a846f9173f440ed98be4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 8 Aug 2020 03:23:03 +0200 Subject: [PATCH] strict-base-types upper bound for #5571 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c4138ed..b9527606 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1150,7 +1150,6 @@ packages: "Adam Bergmark @bergmark": - HUnit - - aeson < 1.5.0.0 # https://github.com/commercialhaskell/stackage/issues/5571 - attoparsec-iso8601 - fay < 0 - fay-base < 0 @@ -4884,6 +4883,11 @@ packages: - tasty < 1.3 - tasty-golden < 2.3.3.3 + + # https://github.com/commercialhaskell/stackage/issues/5571 + - aeson < 1.5.0.0 + - strict-base-types < 0.7 + # https://github.com/commercialhaskell/stackage/issues/5566 - QuickCheck < 2.14 - quickcheck-instances < 0.3.24