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