From: ken Date: Mon, 23 Jul 2001 23:02:37 +0000 (+0000) Subject: [project @ 2001-07-23 23:02:37 by ken] X-Git-Tag: Approximately_9120_patches~1464 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1a6d581fae865daa6372c7f3735781df1bda7d28;p=ghc-hetmet.git [project @ 2001-07-23 23:02:37 by ken] Added documentation for hsc2hs "--no-compile" option. --- diff --git a/ghc/docs/users_guide/utils.sgml b/ghc/docs/users_guide/utils.sgml index 633a779..c41e893 100644 --- a/ghc/docs/users_guide/utils.sgml +++ b/ghc/docs/users_guide/utils.sgml @@ -227,6 +227,15 @@ tags: Output version information. + + + --no-compile + + Stop after writing out the intermediate C program to disk. + The file name for the intermediate C program is the input file name + with .hsc replaced with _hsc_make.c. + + The input file should end with .hsc. Output files by