From 50250a4304ecce1b9ce891205f7fed804a3bc68c Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 18 Jun 2020 11:03:54 -0700 Subject: [PATCH] Add upper bound for dhall and related packages, #5454 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18970d20..895bf766 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4839,6 +4839,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5449 - unordered-containers < 0.2.11 + # https://github.com/commercialhaskell/stackage/issues/5454 + - dhall < 1.33 + - dhall-bash < 1.0.31 + - dhall-json < 1.7 + # end of packages