Package: haskell-memory / 0.18.0-5

Metadata

Package Version Patches format
haskell-memory 0.18.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
99.patch | (download)

Data/Memory/Internal/CompatPrim64.hs | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] data.memory.internal.compatprim64: fix 32 bit with ghc >= 9.4

Since 9.4, GHC.Prim exports Word64# operations like timesWord64# even on
i686 whereas GHC.IntWord64 no longer exists. Therefore, we can just use
the ready made solution.

Closes #98, as it should be the better solution.