[commit: packages/pretty] master: Fix up an error in paper title (7a63331)
git at git.haskell.org
git at git.haskell.org
Thu Feb 2 19:15:29 UTC 2017
Repository : ssh://git@git.haskell.org/pretty
On branch : master
Link : http://git.haskell.org/packages/pretty.git/commitdiff/7a63331017dc888a997159066400298a62d8e067
>---------------------------------------------------------------
commit 7a63331017dc888a997159066400298a62d8e067
Author: Ivan Lazar Miljenovic <Ivan.Miljenovic at gmail.com>
Date: Wed Jun 8 00:16:52 2016 +1000
Fix up an error in paper title
My guess is that this was a formatting/wrapping error.
>---------------------------------------------------------------
7a63331017dc888a997159066400298a62d8e067
src/Text/PrettyPrint/HughesPJ.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Text/PrettyPrint/HughesPJ.hs b/src/Text/PrettyPrint/HughesPJ.hs
index 0925774..98e1bd7 100644
--- a/src/Text/PrettyPrint/HughesPJ.hs
+++ b/src/Text/PrettyPrint/HughesPJ.hs
@@ -22,7 +22,7 @@
--
-- For more information you can refer to the
-- <http://belle.sourceforge.net/doc/hughes95design.pdf original paper> that
--- serves as the basis for this libraries design: /The Design -- of a
+-- serves as the basis for this libraries design: /The Design of a
-- Pretty-printing Library/ by John Hughes, in Advanced Functional Programming,
-- 1995.
--
More information about the ghc-commits
mailing list