[commit: packages/pretty] large_docs, master, moretests: Update maintainer email in source code (14a0117)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:49:17 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,master,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/14a01176769e055616bfb02ba83f264c1603fe60
>---------------------------------------------------------------
commit 14a01176769e055616bfb02ba83f264c1603fe60
Author: David Terei <code at davidterei.com>
Date: Mon Dec 22 00:11:54 2014 -0800
Update maintainer email in source code
>---------------------------------------------------------------
14a01176769e055616bfb02ba83f264c1603fe60
src/Text/PrettyPrint.hs | 7 ++++---
src/Text/PrettyPrint/HughesPJ.hs | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/Text/PrettyPrint.hs b/src/Text/PrettyPrint.hs
index 15b3f93..0d6b6d4 100644
--- a/src/Text/PrettyPrint.hs
+++ b/src/Text/PrettyPrint.hs
@@ -7,12 +7,13 @@
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file LICENSE)
--
--- Maintainer : David Terei <dave.terei at gmail.com>
+-- Maintainer : David Terei <code at davidterei.com>
-- Stability : stable
-- Portability : portable
--
--- The default interface to the pretty-printing library. Provides a collection
--- of pretty printer combinators.
+-- Provides a collection of pretty printer combinators, a set of API's
+-- that provides a way to easily print out text in a consistent format
+-- of your choosing.
--
-- This module should be used as opposed to the "Text.PrettyPrint.HughesPJ"
-- module. Both are equivalent though as this module simply re-exports the
diff --git a/src/Text/PrettyPrint/HughesPJ.hs b/src/Text/PrettyPrint/HughesPJ.hs
index b13d665..509720b 100644
--- a/src/Text/PrettyPrint/HughesPJ.hs
+++ b/src/Text/PrettyPrint/HughesPJ.hs
@@ -10,7 +10,7 @@
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file LICENSE)
--
--- Maintainer : David Terei <dave.terei at gmail.com>
+-- Maintainer : David Terei <code at davidterei.com>
-- Stability : stable
-- Portability : portable
--
More information about the ghc-commits
mailing list