X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=blobdiff_plain;f=GHC%2FIntWord32.hs;h=d31a8ee493f65472a631570f3dba634014eda6c2;hp=c83585ab7ddc1584385fdc2e4420c16c537ff5c8;hb=HEAD;hpb=9850cccb116575f3a47d91bed0031050094f87e2 diff --git a/GHC/IntWord32.hs b/GHC/IntWord32.hs index c83585a..d31a8ee 100644 --- a/GHC/IntWord32.hs +++ b/GHC/IntWord32.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | @@ -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