diff options
author | Ian Lynagh <igloo@earth.li> | 2007-12-02 23:42:22 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-12-02 23:42:22 +0000 |
commit | bd3c90b1ae22f70125e4ec8238f830f88c2c607a (patch) | |
tree | 4573422437069965d71e0b97fe0612bd6f7c58f3 /compiler/ghci/ByteCodeInstr.lhs | |
parent | 951dad7b20f6ee8024388339fd8075b62b0a6261 (diff) | |
download | haskell-bd3c90b1ae22f70125e4ec8238f830f88c2c607a.tar.gz |
Use GHC.Exts rather than GHC.Prim
Diffstat (limited to 'compiler/ghci/ByteCodeInstr.lhs')
-rw-r--r-- | compiler/ghci/ByteCodeInstr.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeInstr.lhs b/compiler/ghci/ByteCodeInstr.lhs index 50dbec1651..d5e5e8e744 100644 --- a/compiler/ghci/ByteCodeInstr.lhs +++ b/compiler/ghci/ByteCodeInstr.lhs @@ -37,7 +37,7 @@ import SMRep import GHC.Ptr import Module (Module) -import GHC.Prim +import GHC.Exts -- ---------------------------------------------------------------------------- |