From fbb2eb6b1c4f55eeeda851ca77b08ca4e0a02ab3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2023 20:59:34 -0800 Subject: [PATCH] add constraint "fast-logger < 3.2" per #6882 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ef1970a..6b1d2347 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7790,6 +7790,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6880 - unliftio-core < 0.2.1.0 + # https://github.com/commercialhaskell/stackage/issues/6882 + - fast-logger < 3.2 + # end of packages # Package flags are applied to individual packages, and override the values of