From 32e771da8e88131b296f8532dbe0ca701592675f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Mar 2024 09:02:51 -0800 Subject: [PATCH] added constraint "cookie < 0.5" per #7335 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0945e4961..c8fcdfbf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8552,6 +8552,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7328 - ghc-lib-parser-ex < 9.8.0.1 + # https://github.com/commercialhaskell/stackage/issues/7335 + - cookie < 0.5 + # end of Stackage upper bounds # end of packages