FIX #1288: GHCi wasn't adding the @n suffix to stdcalls on Windows
[ghc-hetmet.git] / compiler / ghci / ByteCodeItbls.lhs
index 73b58cd..a05cfc1 100644 (file)
@@ -10,7 +10,7 @@ ByteCodeItbls: Generate infotables for interpreter-made bytecodes
 -- The above warning supression flag is a temporary kludge.
 -- While working on this module you are encouraged to remove it and fix
 -- any warnings in the module. See
---     http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings
+--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
 -- for details
 
 module ByteCodeItbls ( ItblEnv, ItblPtr(..), itblCode, mkITbls
@@ -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