From a3bf2176428af9ae4b7e0c51139813c9e28e0cb7 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 17 Jun 2020 10:33:47 -0700 Subject: [PATCH] Add upper bound for unordered-containers, #5449 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0c9eea5..d9114e62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4834,6 +4834,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5424 - smallcheck < 1.2.0 + # https://github.com/commercialhaskell/stackage/issues/5449 + - unordered-containers < 0.2.11 + "GHC 8.10": # https://github.com/commercialhaskell/stackage/issues/5191 - compilation failures