Fix warnings in ghc-prim modules
[ghc-prim.git] / GHC / IntWord64.hs
index 29f353c..1facda4 100644 (file)
@@ -24,11 +24,10 @@ module GHC.IntWord64 (
 #endif
  ) where
 
+#if WORD_SIZE_IN_BITS < 64
 import GHC.Bool
 import GHC.Prim
 
-#if WORD_SIZE_IN_BITS < 64
-
 foreign import ccall unsafe "hs_eqWord64"    eqWord64#      :: Word64# -> Word64# -> Bool
 foreign import ccall unsafe "hs_neWord64"    neWord64#      :: Word64# -> Word64# -> Bool
 foreign import ccall unsafe "hs_ltWord64"    ltWord64#      :: Word64# -> Word64# -> Bool