From 5c6558a50bafb6d2df72ed54f6434397bd59be56 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 24 Jul 2001 05:49:32 +0000 Subject: [PATCH] [project @ 2001-07-24 05:49:32 by ken] Fixed punctuation typo. --- ghc/utils/hsc2hs/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4