[project @ 2002-05-10 20:44:29 by panne]
[ghc-hetmet.git] / ghc / compiler / ghci / ByteCodeFFI.lhs
index 480deab..017ae0d 100644 (file)
@@ -18,7 +18,7 @@ import Bits           ( Bits(..), shiftR, shiftL )
 import Foreign         ( newArray )
 
 import Word            ( Word8, Word32 )
-import Foreign         ( Ptr(..), mallocBytes )
+import Foreign         ( Ptr, mallocBytes )
 import IOExts          ( trace, unsafePerformIO )
 import IO              ( hPutStrLn, stderr )
 \end{code}