From 9605631d0f8c8a90f2bb7854a2f73396846a6147 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Oct 2021 08:37:39 +0100 Subject: [PATCH] GHC 9.2 upper bounds (#6264) --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32bec23b..d8a7ccc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6754,6 +6754,17 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6243 - jose < 0.9 + # https://github.com/commercialhaskell/stackage/issues/6264 + # Requires GHC 9.2 + # Any new package-version that must use GHC 9.2 should be added here. + # We'll Remove this section along with the nightly upgrade to GHC 9.2. + - ghc-lib < 9.2.1.20211030 + - ghc-lib-parser < 9.2.1.20211030 + - ghc-lib-parser-ex < 9.2.0.0 + - singletons-base < 3.1 + - singletons-th < 3.1 + - th-desugar < 1.13 + # end of packages # Package flags are applied to individual packages, and override the values of