<div dir="ltr"><div>Hi GHC devs,</div><div><br></div><div>While compiling the primitive package using ghc head I ran into the following error:</div><div><br></div><div>Data/Primitive/Types.hs:265:870: error:<br>    • Couldn't match type ‘Word64#’ with ‘Word#’<br>      Expected: Word64_#<br>        Actual: Word64#<br>    • In the fourth argument of ‘setWord64Array#’, namely ‘x#’<br>      In the first argument of ‘internal’, namely<br>        ‘(setWord64Array# arr# i n x#)’<br>      In the first argument of ‘unsafeCoerce#’, namely<br>        ‘(internal (setWord64Array# arr# i n x#))’<br>    |<br>265 | derivePrim(Word64, W64#, sIZEOF_WORD64, aLIGNMENT_WORD64,<br>    |                                                                                                                                                                                          <br></div><div><br></div><div>Any idea what this is and how it can be fixed?</div><div><br></div><div>-harendra<br></div></div>