From: panne Date: Sat, 15 Nov 2003 22:31:16 +0000 (+0000) Subject: [project @ 2003-11-15 22:31:16 by panne] X-Git-Tag: nhc98-1-18-release~442 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=a5b806e511edac24c12213090ce32491652a1a1c [project @ 2003-11-15 22:31:16 by panne] Decouple packages a bit more again: The prologue of the combined index is now generated via shell magic from the package prologues. As a nice side effect, some autoconf magic is gone, so configure.ac is effectively empty now (but not for long... :-) --- diff --git a/prologue.txt b/prologue.txt new file mode 100644 index 0000000..f3a7a3a --- /dev/null +++ b/prologue.txt @@ -0,0 +1,3 @@ +This 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.