From f9e69e8035f6bdab769fcda2ce7c2e63373e6905 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 29 Jun 2020 09:08:21 -0700 Subject: [PATCH] add constraint "hedgehog < 1.0.3" per #5491 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b6efa60..9905e0f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4869,6 +4869,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5484 - primitive < 0.7.1.0 + # https://github.com/commercialhaskell/stackage/issues/5491 + - hedgehog < 1.0.3 + # end of packages # Package flags are applied to individual packages, and override the values of