[project @ 2003-11-11 11:50:52 by simonmar]
authorsimonmar <unknown>
Tue, 11 Nov 2003 11:50:53 +0000 (11:50 +0000)
committersimonmar <unknown>
Tue, 11 Nov 2003 11:50:53 +0000 (11:50 +0000)
Convert to use Haddock 0.6's combined contents/index functionality for
the hierarchical library docs.

HEADS UP: you need Haddock 0.6 in order to run 'make html' in
fptools/libraries now.

Makefile
prologue.txt [deleted file]

index 55a9626..26a6300 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ EXCLUDED_HADDOCK_SRCS = \
        GHC/PArr.hs
 
 SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)" \
-       --no-implicit-prelude -p prologue.txt
+       --no-implicit-prelude
 
 # -----------------------------------------------------------------------------
 
diff --git a/prologue.txt b/prologue.txt
deleted file mode 100644 (file)
index 601b61d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-The @base@ package contains the "Prelude" and its support libraries,
-and a large collection of useful libraries ranging from data
-structures to parsing combinators and debugging utilities.
-
-The @base@ package is enabled by default; to import any of the modules
-listed here just import it by name.  Remember to give the /fully
-qualified/ name when importing a module from the hierarchy.