From 16aef6471659d6878cc6beac54230c790545da97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 31 Aug 2023 11:53:35 +0200 Subject: [PATCH] megaparsec upper bound for #7103 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ec32cac..f8d95d1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8318,6 +8318,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7100 - skylighting < 0.14 - skylighting-core < 0.14 + + # https://github.com/commercialhaskell/stackage/issues/7103 + - megaparsec < 9.5.0 + - megaparsec-tests < 9.5.0 + # end of Stackage upper bounds # end of packages