From ee11dc1b2629de5c4aa2d17c6be72bfe3f726f6b Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 3 Feb 1998 12:05:28 +0000 Subject: [PATCH] [project @ 1998-02-03 12:05:28 by simonm] missing . --- ghc/docs/users_guide/using.vsgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 99e5a7d..25acde6 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -484,7 +484,7 @@ directories'' list. @-i@ resets the ``import directories'' list back to nothing. -@-fno-implicit-prelude@ +@-fno-implicit-prelude@ -fno-implicit-prelude option GHC normally imports @Prelude.hi@ files for you. If you'd rather it didn't, then give it a @-fno-implicit-prelude@ option. You are @@ -509,6 +509,8 @@ wish to specify where GHC tells the C compiler to look for @.h@ files. it tells the C pre-processor to look...) For this purpose, use a @-I@ option in the usual C-ish way. + + %************************************************************************ %* * Other options related to interface files @@ -746,7 +748,7 @@ of the standard @.hi@ file, use the following syntax in the importing module: import {-# SOURCE #-} A - + The hand-written interface need only contain the bare minimum of information needed to get the bootstrapping process started. For -- 1.7.10.4