Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / GHC / IntWord32.hs
index c83585a..d31a8ee 100644 (file)
@@ -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