From 781d616bb6973003a588143bf29fcab4777133ef Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 1 Jun 2024 15:52:24 -0700 Subject: [PATCH] Add one more bound for #7414 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3caf92b..d98602d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8436,6 +8436,7 @@ packages: - ghc-lib-parser-ex < 9.10 - ghc-lib < 9.10 - ormolu < 0.7.5.0 + - ghc-syntax-highlighter < 0.0.12.0 # ghc-9.10 base-4.20 and template-haskell # https://github.com/commercialhaskell/stackage/issues/7418