From: ken Date: Tue, 24 Jul 2001 05:49:32 +0000 (+0000) Subject: [project @ 2001-07-24 05:49:32 by ken] X-Git-Tag: Approximately_9120_patches~1442 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5c6558a50bafb6d2df72ed54f6434397bd59be56;p=ghc-hetmet.git [project @ 2001-07-24 05:49:32 by ken] Fixed punctuation typo. --- diff --git a/ghc/utils/hsc2hs/Main.hs b/ghc/utils/hsc2hs/Main.hs index 97f7224..b37bb1e 100644 --- a/ghc/utils/hsc2hs/Main.hs +++ b/ghc/utils/hsc2hs/Main.hs @@ -1,5 +1,5 @@ ------------------------------------------------------------------------ --- $Id: Main.hs,v 1.31 2001/07/23 23:08:04 ken Exp $ +-- $Id: Main.hs,v 1.32 2001/07/24 05:49:32 ken 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. @@ -57,7 +57,7 @@ options = [ Option "o" ["output"] (ReqArg Output "FILE") "name of main output file", Option "" ["help"] (NoArg Help) "display this help and exit", Option "" ["version"] (NoArg Version) "output version information and exit", - Option "" ["no-compile"] (NoArg NoCompile) "stop after writing *_hsc_make.c", + Option "" ["no-compile"] (NoArg NoCompile) "stop after writing *_hsc_make.c"] main :: IO () main = do