X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnDriver.lhs-boot;h=b4208516e648f1b95db9172c0c98b98aff220e66;hb=72e37dedee9e8a109ebda4b13e49b7133b530591;hp=0de156bcfa3e04a6bf37ca79d13f2f0e71ff4be9;hpb=2c92736ea5a4aedf263a77d58c6e9b032a05b7ef;p=ghc-hetmet.git 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)