From 70c689bfd406bef294e07a08dddd475ae3e8d9e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 11:48:38 +0200 Subject: [PATCH] Upper bound for haskell/parsec#88 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3190e39..78963474 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3351,6 +3351,9 @@ packages: # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 + # https://github.com/haskell/parsec/issues/88 + - parsec < 3.1.12 + # end of packages # Package flags are applied to individual packages, and override the values of