mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
disable frisby
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)
| ^^^^^
This commit is contained in:
parent
cc513cc989
commit
a5ae8d1d3e
@ -1036,7 +1036,7 @@ packages:
|
||||
- ace
|
||||
- check-email
|
||||
- freenect
|
||||
- frisby
|
||||
- frisby < 0 # ghc-9.6
|
||||
- gd
|
||||
- hostname-validate
|
||||
- lucid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user