[commit: pretty] master: Add a readme file (54b2934)
Ian Lynagh
igloo at earth.li
Wed Jul 20 22:27:37 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/54b293474dfd722735df008b06220ae88363656e
>---------------------------------------------------------------
commit 54b293474dfd722735df008b06220ae88363656e
Author: David Terei <davidterei at gmail.com>
Date: Tue Jul 19 10:35:55 2011 -0700
Add a readme file
>---------------------------------------------------------------
README | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README
new file mode 100644
index 0000000..9406e88
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+This repository contains John Hughes's pretty-printing library.
+A Haskell library for pretty printing, useful in compilers and
+other such tools. It has been heavily modified by Simon Peyton
+Jones from John Hughe's original design.
+
+The library uses the Cabal build system, so building is simply
+a matter of running 'cabal install' or 'cabal configure &&
+cabal build'.
+
More information about the Cvs-libraries
mailing list