Use GHC.Exts rather than GHC.Prim
[ghc-hetmet.git] / compiler / ghci / ByteCodeInstr.lhs
index 50dbec1..d5e5e8e 100644 (file)
@@ -37,7 +37,7 @@ import SMRep
 import GHC.Ptr
 
 import Module (Module)
-import GHC.Prim
+import GHC.Exts
 
 
 -- ----------------------------------------------------------------------------