[commit: ghc] master: Use UnicodeSyntax when printing (819e1f2)
git at git.haskell.org
git at git.haskell.org
Fri Jun 6 14:10:02 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/819e1f2c2e10268fe3edc8395f2707b93c9c6f4d/ghc
>---------------------------------------------------------------
commit 819e1f2c2e10268fe3edc8395f2707b93c9c6f4d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Jun 6 15:00:52 2014 +0200
Use UnicodeSyntax when printing
When printing Haskell source, and UnicodeSyntax is enabled, use the
unicode sytax characters (#8959).
>---------------------------------------------------------------
819e1f2c2e10268fe3edc8395f2707b93c9c6f4d
compiler/hsSyn/HsDecls.lhs | 2 +-
compiler/hsSyn/HsExpr.lhs | 18 ++++++++--------
compiler/hsSyn/HsTypes.lhs | 2 +-
compiler/main/DynFlags.hs | 4 ++++
compiler/main/DynFlags.hs-boot | 1 +
compiler/types/TypeRep.lhs | 2 +-
compiler/utils/Outputable.lhs | 31 +++++++++++++++++++-------
testsuite/tests/ghci/scripts/T8959.script | 20 +++++++++++++++++
testsuite/tests/ghci/scripts/T8959.stderr | 36 +++++++++++++++++++++++++++++++
testsuite/tests/ghci/scripts/T8959.stdout | 6 ++++++
testsuite/tests/ghci/scripts/all.T | 1 +
11 files changed, 103 insertions(+), 20 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 819e1f2c2e10268fe3edc8395f2707b93c9c6f4d
More information about the ghc-commits
mailing list