From a5ae8d1d3e9efa474978646cfe6a2d1126ece722 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 22 Jun 2023 13:44:12 +0800 Subject: [PATCH] disable frisby MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building library for frisby-0.2.4.. [1 of 2] Compiling Text.Parsers.Frisby /var/stackage/work/unpack-dir/unpacked/frisby-0.2.4-43e9bed6cccab0e91ce17767f8eec02073d220bd78b58b9207cbaef096ccd36f/Text/Par sers/Frisby.hs:253:11: error: [GHC-88464] Variable not in scope: ap :: PM s (a -> b) -> PM s a -> PM s b Suggested fix: Perhaps use one of these: data constructor ‘Ap’ (imported from Data.Monoid), ‘IntSet.map’ (imported from Data.IntSet), ‘map’ (imported from Prelude) | 253 | (<*>) = ap | ^^ /var/stackage/work/unpack-dir/unpacked/frisby-0.2.4-43e9bed6cccab0e91ce17767f8eec02073d220bd78b58b9207cbaef096ccd36f/Text/Par sers/Frisby.hs:516:21: error: [GHC-88464] Variable not in scope: liftM :: (PE a2 -> PE a1) -> NM (PE a2) -> NM (PE a1) Suggested fix: Perhaps use one of these: ‘lift’ (imported from Control.Monad.State), ‘liftA’ (imported from Control.Applicative) | 516 | f (PMap fn x) = liftM (PMap fn) (f x) | ^^^^^ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c05d3c83..0bdddcb8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1036,7 +1036,7 @@ packages: - ace - check-email - freenect - - frisby + - frisby < 0 # ghc-9.6 - gd - hostname-validate - lucid