From acb2206455c5ea25e18e8b0828cc7a794920b727 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Jul 2025 18:44:18 -0700 Subject: [PATCH] Add bound for `numhask` (#7790) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 713cffed..366d7ba7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7837,6 +7837,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7785 - markup-parse < 0.2.0.0 + # https://github.com/commercialhaskell/stackage/issues/7790 (see also #7785) + - numhask < 0.13 + # https://github.com/commercialhaskell/stackage/issues/7788 - sbv < 12.0 # end of Stackage upper bounds