X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=blobdiff_plain;f=GHC%2FIntWord32.hs;h=d31a8ee493f65472a631570f3dba634014eda6c2;hp=af4a391f5e64b2f72a73dcc4c96df8bd7c7600b1;hb=HEAD;hpb=549f289423e58d6036290ce14fb4d86fa6fda726 diff --git a/GHC/IntWord32.hs b/GHC/IntWord32.hs index af4a391..d31a8ee 100644 --- a/GHC/IntWord32.hs +++ b/GHC/IntWord32.hs @@ -25,8 +25,8 @@ module GHC.IntWord32 ( ) where #if WORD_SIZE_IN_BITS < 32 -import GHC.Bool import GHC.Prim +import GHC.Types foreign import unsafe "stg_eqWord32" eqWord32# :: Word32# -> Word32# -> Bool foreign import unsafe "stg_neWord32" neWord32# :: Word32# -> Word32# -> Bool