[commit: ghc] master: Move GeneralCategory et al to GHC.Unicode (e4a73f4)
git at git.haskell.org
git at git.haskell.org
Tue Sep 8 13:42:47 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e4a73f4fa1cc9681aee3ce13ee15073deed54635/ghc
>---------------------------------------------------------------
commit e4a73f4fa1cc9681aee3ce13ee15073deed54635
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Tue Sep 8 08:38:40 2015 -0500
Move GeneralCategory et al to GHC.Unicode
This allows these to be used from Text.Read.Lex import cycles.
Reviewed By: thomie, austin
Differential Revision: https://phabricator.haskell.org/D1121
GHC Trac Issues: #10444
>---------------------------------------------------------------
e4a73f4fa1cc9681aee3ce13ee15073deed54635
libraries/base/Data/Char.hs | 209 +---------------------------------------
libraries/base/GHC/Read.hs | 4 +-
libraries/base/GHC/Show.hs | 2 +-
libraries/base/GHC/Unicode.hs | 215 +++++++++++++++++++++++++++++++++++++++++-
4 files changed, 219 insertions(+), 211 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 e4a73f4fa1cc9681aee3ce13ee15073deed54635
More information about the ghc-commits
mailing list