[commit: packages/pretty] large_docs, master, moretests: Fix paper link. (2c41eb0)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:48:41 UTC 2015


Repository : ssh://git@git.haskell.org/pretty

On branches: large_docs,master,moretests
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/2c41eb0e5eb9d883e0acee84c899477596500d6c

>---------------------------------------------------------------

commit 2c41eb0e5eb9d883e0acee84c899477596500d6c
Author: David Terei <code at davidterei.com>
Date:   Tue Nov 12 20:47:45 2013 -0800

    Fix paper link.


>---------------------------------------------------------------

2c41eb0e5eb9d883e0acee84c899477596500d6c
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b50a9d6..d7cbe49 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,10 @@ way to easily print out text in a consistent format of your choosing.
 This is useful for compilers and related tools.
 
 It is based on the pretty-printer outlined in the  paper 'The Design
-of a Pretty-printing Library' in Advanced Functional Programming,
-Johan Jeuring and Erik Meijer (eds), LNCS 925
-<http://www.cs.chalmers.se/~rjmh/Papers/pretty.ps>
+of a Pretty-printing Library' by John Hughes in Advanced Functional
+Programming, 1995. It can be found
+[here](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.38.8777).
+
 
 ## Licensing
 



More information about the ghc-commits mailing list