ghc-cborg/cborg-0.2.8.0-Magic-IntWord...

12 lines
465 B
Diff

--- cborg-0.2.8.0/src/Codec/CBOR/Magic.hs~ 2023-02-20 14:23:51.412201820 +0800
+++ cborg-0.2.8.0/src/Codec/CBOR/Magic.hs 2023-02-20 14:28:57.892166311 +0800
@@ -121,7 +121,7 @@
#endif
#if defined(ARCH_32bit)
-import GHC.IntWord64 (wordToWord64#, word64ToWord#,
+import GHC.Exts (wordToWord64#, word64ToWord#,
intToInt64#, int64ToInt#,
leWord64#, ltWord64#, word64ToInt64#)