From 7a9ba773d06e97e784cb53fb117da35bf64cbb2d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Sep 2025 12:35:37 +0800 Subject: [PATCH] streamly < 0.11 and streamly-core < 0.3 (#7834) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cd0fd78..026c635b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8049,6 +8049,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7833 - citeproc < 0.10 - texmath < 0.13 + + # https://github.com/commercialhaskell/stackage/issues/7834 + - streamly < 0.11 + - streamly-core < 0.3 # end of Stackage upper bounds # end of packages