X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIntWord64.hs;h=1b2da2f5a834a9245a2ec740b7044213cfc40e08;hb=49d560213f818de8ed7713ed9c3bf2ed210b076a;hp=5260867a983c5734becbf1cd83e0edd514cec12a;hpb=a597405dc3b74978ad20b91f9af82b3d387ac82c;p=ghc-prim.git diff --git a/GHC/IntWord64.hs b/GHC/IntWord64.hs index 5260867..1b2da2f 100644 --- a/GHC/IntWord64.hs +++ b/GHC/IntWord64.hs @@ -25,8 +25,8 @@ module GHC.IntWord64 ( ) where #if WORD_SIZE_IN_BITS < 64 -import GHC.Bool import GHC.Prim +import GHC.Types foreign import ccall unsafe "hs_eqWord64" eqWord64# :: Word64# -> Word64# -> Bool foreign import ccall unsafe "hs_neWord64" neWord64# :: Word64# -> Word64# -> Bool