mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
bytesmith fails to build (byteverse/bytesmith#29)
/var/stackage/work/unpack-dir/unpacked/bytesmith-0.3.9.0-64d00f4d6c796d7b4f073ec4a3636a7f2323ee181de8b1d7875651dd35e1f057/src/Data/Bytes/Parser/Latin.hs:568:57: error:
• Couldn't match expected type ‘Exts.Word64#’
with actual type ‘Word#’
• In the first argument of ‘W64#’, namely ‘a’
In the expression: W64# a
In the expression: (# W64# a, b, c #)
|
568 | upcastWord64Result (# | (# a, b, c #) #) = (# | (# W64# a, b, c #) #)
| ^
This commit is contained in:
parent
3541502668
commit
12a3b44ba4
@ -4989,7 +4989,7 @@ packages:
|
||||
- byte-order
|
||||
- byteable
|
||||
- bytehash
|
||||
- bytesmith
|
||||
- bytesmith < 0 # fails to build with ghc-9.4
|
||||
- bytestring-builder
|
||||
- bzlib
|
||||
- c2hs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user