From a1ad0c39b7b51335d500de25d8833e528c356531 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 15 May 2016 00:51:49 -0700 Subject: [PATCH] Add megaparsec-related constraints per #1446 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aad2eaa..100c26a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2269,6 +2269,10 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.3.1.0 + # https://github.com/fpco/stackage/issues/1446 + - megaparsec < 5.0.0 + - hspec-megaparsec < 0.2.0 + # end of packages