From b4442adbfbddb26018a9ba869d9182c8bf134d66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 11:53:35 -0800 Subject: [PATCH] Add constraint "megaparsec < 4.4.0" per #1237 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77ee1330..47b4d3d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,6 +1998,9 @@ packages: - distributed-process < 0.6.0 - distributed-process-tests < 0.4.4 + # https://github.com/fpco/stackage/issues/1237 + - megaparsec < 4.4.0 + # end of packages