Open juhp opened 1 year ago
This probably supercedes #293
Oddly, we're getting a very similar failure, but on aarch64-darwin
with GHC 9.4.4:
[ 5 of 14] Compiling Codec.CBOR.Magic ( src/Codec/CBOR/Magic.hs, dist/build/Codec/CBOR/Magic.o, dist/build/Codec/CBOR/Magic.dyn_o )
src/Codec/CBOR/Magic.hs:260:20: error:
• Couldn't match expected type ‘Word64#’ with actual type ‘Word#’
• In the first argument of ‘W64#’, namely ‘(toWord w#)’
In the expression: W64# (toWord w#)
In an equation for ‘w64’: w64 w# = W64# (toWord w#)
|
260 | w64 w# = W64# (toWord w#)
| ^^^^^^^^^
edit: Possibly addressed in #304 and/or #307, pardon the noise.
Here are the errors with ghc-9.2 for Fedora 38 i686:
It builds fine on 64bit archs