From cac9852f0dbfe2b140ebd6c3af923fcf29a7dab0 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 20 Nov 2024 05:41:14 -0800 Subject: [PATCH] Add upper bound for megaparsec, #7585 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d4ce146..ef642e3bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8040,6 +8040,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7584 - hashtables < 1.4 + # https://github.com/commercialhaskell/stackage/issues/7585 + - megaparsec < 9.7 + # end of Stackage upper bounds # end of packages