X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhsc2hs%2FMain.hs;h=e2cfbb75784e84b01056a342ef04db1a4bccf552;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=b0325536ce8d5b4edf6b8152dae16429c1ef6f70;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/utils/hsc2hs/Main.hs b/ghc/utils/hsc2hs/Main.hs index b032553..e2cfbb7 100644 --- a/ghc/utils/hsc2hs/Main.hs +++ b/ghc/utils/hsc2hs/Main.hs @@ -1,7 +1,7 @@ {-# OPTIONS -fffi -cpp #-} ------------------------------------------------------------------------ --- $Id: Main.hs,v 1.59 2004/08/12 12:12:54 simonmar Exp $ +-- $Id: Main.hs,v 1.60 2004/08/13 13:11:21 simonmar Exp $ -- -- Program for converting .hsc files to .hs files, by converting the -- file into a C program which is run to generate the Haskell source.