[project @ 2002-07-02 10:34:52 by simonmar]
[ghc-base.git] / Makefile
index 03a812f..dfd2bfb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.33 2002/06/20 16:12:58 simonmar Exp $
+# $Id: Makefile,v 1.35 2002/06/24 14:40:02 simonmar Exp $
 
 TOP=..
 include $(TOP)/mk/boilerplate.mk
@@ -105,7 +105,7 @@ EXCLUDED_HADDOCK_SRCS = \
        Data/Generics.hs \
        GHC/PArr.hs
 
-SRC_HADDOCK_OPTS += -t "Haskell Core Libraries"
+SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)" --no-implicit-prelude
 
 # -----------------------------------------------------------------------------