From 698e8b7cfe334c718453153b99e6895a925ceb84 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 26 Feb 2024 19:09:33 -0600 Subject: [PATCH] Add an upper bound for ghc-lib-parser-ex, #7328 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f10b2c2..fdb90a0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8553,6 +8553,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7327 - hasql-pool < 1 + # https://github.com/commercialhaskell/stackage/issues/7328 + - ghc-lib-parser-ex < 9.8.0.1 + # end of Stackage upper bounds # end of packages