From 1a6d581fae865daa6372c7f3735781df1bda7d28 Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 23 Jul 2001 23:02:37 +0000 Subject: [PATCH] [project @ 2001-07-23 23:02:37 by ken] Added documentation for hsc2hs "--no-compile" option. --- ghc/docs/users_guide/utils.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 1.7.10.4