[commit: ghc] wip/T9858-typeable-ben2: IntWord64: Add import to GHC.Types (e8926ac)
git at git.haskell.org
git at git.haskell.org
Tue Sep 22 21:57:41 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9858-typeable-ben2
Link : http://ghc.haskell.org/trac/ghc/changeset/e8926acecbf97836ee7192d7dd62c42ee9f4e133/ghc
>---------------------------------------------------------------
commit e8926acecbf97836ee7192d7dd62c42ee9f4e133
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Sep 22 22:49:08 2015 +0200
IntWord64: Add import to GHC.Types
>---------------------------------------------------------------
e8926acecbf97836ee7192d7dd62c42ee9f4e133
libraries/ghc-prim/GHC/IntWord64.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libraries/ghc-prim/GHC/IntWord64.hs b/libraries/ghc-prim/GHC/IntWord64.hs
index 52dc08e..94f74aa 100644
--- a/libraries/ghc-prim/GHC/IntWord64.hs
+++ b/libraries/ghc-prim/GHC/IntWord64.hs
@@ -23,8 +23,9 @@ module GHC.IntWord64 (
#endif
) where
+import GHC.Types
+
#if WORD_SIZE_IN_BITS < 64
-import GHC.Prim
foreign import ccall unsafe "hs_eqWord64" eqWord64# :: Word64# -> Word64# -> Int#
foreign import ccall unsafe "hs_neWord64" neWord64# :: Word64# -> Word64# -> Int#
More information about the ghc-commits
mailing list