From 8e10f66eb977001c83234746c23863613c316985 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 5 Oct 2019 23:46:38 +0800 Subject: [PATCH] prettyprinter: QuickCheck hidden MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test suite failure for package prettyprinter-1.3.0 doctest: exited with: ExitFailure 1 : src/Data/Text/Prettyprint/Doc/Internal.hs:1847: failure in expression `import Test.QuickCheck.Modifiers' expected: but got: : error: Could not load module ‘Test.QuickCheck.Modifiers’ It is a member of the hidden package ‘QuickCheck-2.13.2’. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a484ea6..872c76b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6430,6 +6430,7 @@ expected-test-failures: - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - prettyprinter # Could not load module ‘Test.QuickCheck.Modifiers’ (member of the hidden package ‘QuickCheck-2.13.2’) # https://github.com/pruvisto/heap/issues/11 - heap