From 65ccb23f413ab1fde29f19ae945572c53ead08a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 28 Jun 2023 06:51:24 -0700 Subject: [PATCH] Add upper bound for `primitive-unflited` (#7033) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 710c9f8a..79d80d22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8525,6 +8525,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6857 - hoauth2 < 2.8.1 + + # https://github.com/commercialhaskell/stackage/issues/7033 + - primitive-unlifted < 2.1.0.0 # end of Stackage upper bounds # end of packages