From 9bfa7934544dba2df3e45a869e9f110fa1312322 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 2 Apr 2026 23:55:42 -0700 Subject: [PATCH] add constraint "miso < 1.9" per #7979 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbf02f6a..1259ad78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7871,6 +7871,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7976 - changeset < 0.2 + + # https://github.com/commercialhaskell/stackage/issues/7979 + - miso < 1.9 + # end of Stackage upper bounds # end of packages