From 4a0f1e9cdeff1e09386f5309cb250e7e238069a3 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 22 Mar 2021 19:44:27 -0500 Subject: [PATCH] Add upper bound for attoparsec, #5959 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37905983..d708fac5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6898,6 +6898,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5956 - pandoc < 2.13 + # https://github.com/commercialhaskell/stackage/issues/5959 + - attoparsec < 0.14.1 + # end of packages # Package flags are applied to individual packages, and override the values of