Re-working of the breakpoint support
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs-boot
index 0de156b..b420851 100644 (file)
@@ -1,5 +1,6 @@
 >module TcRnDriver where
 >import HscTypes
 >import DataCon
+>import Foreign.Ptr
 >
->tcRnRecoverDataCon :: HscEnv -> a -> IO (Maybe DataCon) 
\ No newline at end of file
+>tcRnRecoverDataCon :: HscEnv -> Ptr () -> IO (Maybe DataCon)