From e46b50b9a70fbc0cfbb1bb27d96144969b34f7bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 11 Jan 2024 18:11:40 -0800 Subject: [PATCH] add constraint "base64 < 1.0" per #7279 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46fef054..56dedb02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8856,7 +8856,8 @@ packages: - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* requires storable-record >=0.0.5 && < 0.0.6 and the snapshot contains storable-record-0.0.7 # End of Library and exe bounds failures - "Stackage upper bounds": [] + "Stackage upper bounds": + - base64 < 1.0 # https://github.com/commercialhaskell/stackage/issues/7279 # end of Stackage upper bounds # end of packages