diff options
author | panne <unknown> | 2003-11-15 22:31:16 +0000 |
---|---|---|
committer | panne <unknown> | 2003-11-15 22:31:16 +0000 |
commit | 135ae7e95d189b34c38dc9c056c59a59c22954e3 (patch) | |
tree | 0e4dc7278af8097eb3c560dab6bc533613530fe4 /libraries/base/prologue.txt | |
parent | 2657bd706fd35b8fb02ffad3fc5e81dcc36a6b42 (diff) | |
download | haskell-135ae7e95d189b34c38dc9c056c59a59c22954e3.tar.gz |
[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... :-)
Diffstat (limited to 'libraries/base/prologue.txt')
-rw-r--r-- | libraries/base/prologue.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/prologue.txt b/libraries/base/prologue.txt new file mode 100644 index 0000000000..f3a7a3a80a --- /dev/null +++ b/libraries/base/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. |