From f6b4db47008abeddebb4c7bbd160fa6733844ec2 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 7 Nov 2019 20:17:17 -0800 Subject: [PATCH] Add upper bounds for megaparsec and related packages, #4966 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31076fb..bd2a2f2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4890,6 +4890,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4964 - prettyprinter < 1.5 + # https://github.com/commercialhaskell/stackage/issues/4966 + - megaparsec < 8 + - megaparsec-tests < 8 + - hspec-megaparsec < 2.1 + # end of packages # Package flags are applied to individual packages, and override the values of