From 77eda6c267fbc6648926d860bb92d0299c6a81bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 11 Jan 2024 22:21:21 -0800 Subject: [PATCH] constrain gemini-exports until base64 can be updated per #7279 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2a30829..56a05b43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8855,7 +8855,9 @@ packages: # End of Library and exe bounds failures "Stackage upper bounds": - - base64 < 1.0 # https://github.com/commercialhaskell/stackage/issues/7279 + # https://github.com/commercialhaskell/stackage/issues/7279 + - base64 < 1.0 + - gemini-exports < 0.1.0.1 # end of Stackage upper bounds # end of packages