summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/Makefile2
-rw-r--r--libraries/base/prologue.txt7
2 files changed, 1 insertions, 8 deletions
diff --git a/libraries/base/Makefile b/libraries/base/Makefile
index 55a9626208..26a6300165 100644
--- a/libraries/base/Makefile
+++ b/libraries/base/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/libraries/base/prologue.txt b/libraries/base/prologue.txt
deleted file mode 100644
index 601b61d1b3..0000000000
--- a/libraries/base/prologue.txt
+++ /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.