From 0177469a3a5cad4a1e4534c50b4e7d64826baadb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Sep 2025 09:19:15 +0200 Subject: [PATCH] ghc-typelits-natnormalise and ghc-typelits-knownnat bounds for #7841 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab948652..08918aa5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8046,6 +8046,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7840 - hedgehog < 1.6 + + # https://github.com/commercialhaskell/stackage/issues/7841 + - ghc-typelits-natnormalise < 0.8.0 + - ghc-typelits-knownnat < 0.8.0 + # end of Stackage upper bounds # end of packages