From f32aa1eb59cb4b938a2ce405e6287ecbbc1c84b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Sun, 11 Jan 2026 10:45:55 +0100 Subject: [PATCH] More ghc related bounds. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d97a4ba3..f665d708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7826,6 +7826,11 @@ packages: # ghc-exactprint depends on ghc - ghc-exactprint < 1.14 + # base >=4.22 + - eliminators < 0.9.7 + - singletons-base < 3.5.1 + - singletons-th < 3.5.1 + "Stackage upper bounds": # https://github.com/commercialhaskell/stackage/issues/7822