From 0885f346b3f5609aaffcf2c40cf958aec84835c6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 2 Jul 2018 13:40:28 -0700 Subject: [PATCH] Add constraint "criterion < 1.5" per #3783 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68711863..b7febd3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3584,6 +3584,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3782 - contravariant < 1.5 + # https://github.com/commercialhaskell/stackage/issues/3783 + - criterion < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of