From aac1959cccee8f083fde49f4cd5fbaa7ddb33da5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 1 Jan 2021 21:29:49 +0800 Subject: [PATCH] yesod-paginator doctest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test suite failure for package yesod-paginator-1.1.1.0 src/Yesod/Paginator/Prelude.hs:17:1: error: Could not load module ‘Safe’ It is a member of the hidden package ‘safe-0.3.19’. src/Yesod/Paginator/Prelude.hs:20:1: error: Could not load module ‘Web.PathPieces’ It is a member of the hidden package ‘path-pieces-0.2.1’. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88a4401f..efd12bbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5950,6 +5950,7 @@ expected-test-failures: # doctest - headroom - xml-indexed-cursor + - yesod-paginator # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run