X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnDriver.lhs-boot;h=b4208516e648f1b95db9172c0c98b98aff220e66;hp=0de156bcfa3e04a6bf37ca79d13f2f0e71ff4be9;hb=cdce647711c0f46f5799b24de087622cb77e647f;hpb=dc8ffcb9797ade3e3a68e6ec0a89fe2e7444e0ef diff --git a/compiler/typecheck/TcRnDriver.lhs-boot b/compiler/typecheck/TcRnDriver.lhs-boot index 0de156b..b420851 100644 --- a/compiler/typecheck/TcRnDriver.lhs-boot +++ b/compiler/typecheck/TcRnDriver.lhs-boot @@ -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)