From 584ab1fe89042dec131516e3c04e7bfb8841b49c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 13 May 2024 17:03:32 +0800 Subject: [PATCH] bounds for packages requiring ghc-9.10 (#7418) --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0752c9c..67fcac5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8408,6 +8408,13 @@ packages: - ghc-lib-parser < 9.10 - ghc-lib-parser-ex < 9.10 - ghc-lib < 9.10 + + # ghc-9.10 base-4.20 and template-haskell + # https://github.com/commercialhaskell/stackage/issues/7418 + - eliminators < 0.9.5 + - singletons-base < 3.4 + - singletons-th < 3.4 + - th-desugar < 1.17 # end of Stackage upper bounds # end of packages