From 24182605a6a536973fa436bdf4fc24b6770649e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:53:21 -0700 Subject: [PATCH] Add comment re: doctest constraint linked to QuickCheck --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 077b320c..f7945ed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,7 @@ packages: - lifted-async < 0.10 # https://github.com/fpco/stackage/issues/3290 + # also blocked by QuickCheck < 2.11 - doctest < 0.14 # https://github.com/fpco/stackage/issues/3292