From 6378b6f0ab0dce033bc2112e90cdca5130507024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Tue, 10 Oct 2023 18:52:58 +0200 Subject: [PATCH] Upper bounds for `ghc-lib`, `ghc-lib-parser` and `ghc-lib-parser-ex` (#7144). --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47496b74..c62b6fae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8181,6 +8181,11 @@ packages: - wai-transformers < 0 - websockets-simple < 0 + # https://github.com/commercialhaskell/stackage/issues/7144 + - ghc-lib < 9.8 + - ghc-lib-parser < 9.8 + - ghc-lib-parser-ex < 9.8 + # end of Stackage upper bounds # end of packages