From: dnt Date: Tue, 7 Jan 1997 11:53:51 +0000 (+0000) Subject: [project @ 1997-01-07 11:53:51 by dnt] X-Git-Tag: Approximately_1000_patches_recorded~857 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f9be6a04493fe116d834a77bc9c68d97b5efcf10;p=ghc-hetmet.git [project @ 1997-01-07 11:53:51 by dnt] Fake interface file for main module --- diff --git a/ghc/lib/ghc/Main.hi b/ghc/lib/ghc/Main.hi new file mode 100644 index 0000000..ff65f04 --- /dev/null +++ b/ghc/lib/ghc/Main.hi @@ -0,0 +1,13 @@ +--------------------------------------------------------------------------- +-- Main.hi +-- +-- This hand-written interface file fakes a "Main" module +-- It is used *solely* so that GHCmain generates the right kind of +-- external reference to Main.main +--------------------------------------------------------------------------- + +_interface_ Main 1 +_exports_ +Main main ; +_declarations_ +1 main :: IOBase.IO PrelBase.();