summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeItbls.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-12-02 23:42:22 +0000
committerIan Lynagh <igloo@earth.li>2007-12-02 23:42:22 +0000
commitbd3c90b1ae22f70125e4ec8238f830f88c2c607a (patch)
tree4573422437069965d71e0b97fe0612bd6f7c58f3 /compiler/ghci/ByteCodeItbls.lhs
parent951dad7b20f6ee8024388339fd8075b62b0a6261 (diff)
downloadhaskell-bd3c90b1ae22f70125e4ec8238f830f88c2c607a.tar.gz
Use GHC.Exts rather than GHC.Prim
Diffstat (limited to 'compiler/ghci/ByteCodeItbls.lhs')
-rw-r--r--compiler/ghci/ByteCodeItbls.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs
index 3d1e1510d7..a05cfc1b63 100644
--- a/compiler/ghci/ByteCodeItbls.lhs
+++ b/compiler/ghci/ByteCodeItbls.lhs
@@ -38,7 +38,6 @@ import Data.Bits ( Bits(..), shiftR )
import GHC.Exts ( Int(I#), addr2Int# )
import GHC.Ptr ( Ptr(..) )
-import GHC.Prim
import Debug.Trace
import Text.Printf