[commit: ghc] master: Reexport Semigroup's <> operator from Prelude (#14191) (feac0a3)
git at git.haskell.org
git at git.haskell.org
Thu Sep 21 22:29:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/feac0a3bc69fd376231aa3c83d031c131156ddb9/ghc
>---------------------------------------------------------------
commit feac0a3bc69fd376231aa3c83d031c131156ddb9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Sep 21 23:30:05 2017 +0200
Reexport Semigroup's <> operator from Prelude (#14191)
This completes the 2nd phase of the Semigroup=>Monoid Proposal (SMP)
initiated in 8ae263ceb3566a7c82336400b09cb8f381217405.
This updates a couple submodules to address <> naming clashes.
>---------------------------------------------------------------
feac0a3bc69fd376231aa3c83d031c131156ddb9
compiler/utils/GhcPrelude.hs | 11 +++++++++++
ghc/GHCi/UI.hs | 1 +
ghc/GHCi/UI/Info.hs | 2 +-
ghc/GHCi/UI/Monad.hs | 1 +
ghc/Main.hs | 2 +-
libraries/base/Prelude.hs | 2 +-
libraries/base/changelog.md | 2 +-
libraries/containers | 2 +-
libraries/pretty | 2 +-
libraries/template-haskell/Language/Haskell/TH/Ppr.hs | 1 +
libraries/template-haskell/Language/Haskell/TH/PprLib.hs | 1 +
libraries/text | 2 +-
testsuite/tests/ado/ado-optimal.hs | 4 ++--
testsuite/tests/ado/ado001.hs | 4 ++--
testsuite/tests/callarity/unittest/CallArity1.hs | 2 +-
testsuite/tests/rename/should_fail/T10618.hs | 2 +-
testsuite/tests/rename/should_fail/T10618.stderr | 6 +++---
utils/haddock | 2 +-
18 files changed, 32 insertions(+), 17 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 feac0a3bc69fd376231aa3c83d031c131156ddb9
More information about the ghc-commits
mailing list