From ae1dbb422bc8eedfd8f1892c53be351acae1f901 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 21 May 1999 14:48:52 +0000 Subject: [PATCH] [project @ 1999-05-21 14:48:52 by sof] documented -no-hs-main option --- ghc/docs/users_guide/using.vsgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 42cb002..911f7ac 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -1315,6 +1315,22 @@ incompatibly-compiled programs; e.g., if one @.o@ file was compiled for a parallel machine and the others weren't.) You may turn off this check with @-no-link-chk@. You can turn it (back) on with @-link-chk@ (the default). + +-no-hs-main: +-no-hs-main option +linking Haskell libraries with foreign code + +In the event you want to include ghc-compiled code as part of another +(non-Haskell) program, the RTS will not be supplying its definition of + %************************************************************************ -- 1.7.10.4