From 5c39ddc443515eea9ea93360340d1418e71dbd70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:13:00 +0200 Subject: [PATCH] Upper bound for `sbv` (#7788). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2390c6a..713cffed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7836,6 +7836,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7785 - markup-parse < 0.2.0.0 + + # https://github.com/commercialhaskell/stackage/issues/7788 + - sbv < 12.0 # end of Stackage upper bounds # end of packages