From 938cae2bd1990d7718f3de29eda2328b75143fc8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 20 Dec 2025 15:23:59 -0800 Subject: [PATCH] Add upper bound for ghc-lib-parser & co, #7904 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93c3f66b..d9fd9222 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7837,6 +7837,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7898 - egison-pattern-src < 0.2.2 + # https://github.com/commercialhaskell/stackage/issues/7904 + - ghc-lib-parser < 9.13 + - ghc-lib-parser-ex < 9.13 + - ghc-lib < 9.14.1 + # end of Stackage upper bounds # end of packages