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