[commit: packages/pretty] new-pretty, typeclass-pretty: Big update to pretty to merge in the GHC pretty module. (fdb90b4)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:48:31 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: new-pretty,typeclass-pretty
Link : http://git.haskell.org/packages/pretty.git/commitdiff/fdb90b408a59f3c665a870d85b6ce76ada395d2a
>---------------------------------------------------------------
commit fdb90b408a59f3c665a870d85b6ce76ada395d2a
Author: David Terei <davidterei at gmail.com>
Date: Wed Aug 24 16:41:21 2011 -0700
Big update to pretty to merge in the GHC pretty module.
We now have a core library that uses a type class instead
of a concrete data type to store the underlying strings,
making pretty abstract on the string data type.
>---------------------------------------------------------------
fdb90b408a59f3c665a870d85b6ce76ada395d2a
Text/PrettyPrint.hs | 74 +++-
Text/PrettyPrint/Core.hs | 11 +-
Text/PrettyPrint/HughesPJ.hs | 12 +-
Text/PrettyPrint/Internal.hs | 958 -------------------------------------------
Text/PrettyPrint2.hs | 129 ------
pretty.cabal | 11 +-
6 files changed, 91 insertions(+), 1104 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc fdb90b408a59f3c665a870d85b6ce76ada395d2a
More information about the ghc-commits
mailing list