[commit: ghc] ghc-8.6: Revert "Do not imply NoStarIsType by TypeOperators/TypeInType" (c677442)
git at git.haskell.org
git at git.haskell.org
Mon Jul 30 22:22:53 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.6
Link : http://ghc.haskell.org/trac/ghc/changeset/c67744211ada6479e0f9d5ca4188a08cd36d6919/ghc
>---------------------------------------------------------------
commit c67744211ada6479e0f9d5ca4188a08cd36d6919
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jul 16 19:32:23 2018 -0400
Revert "Do not imply NoStarIsType by TypeOperators/TypeInType"
This reverts commit abd6622324733c67b05e0cbd0c8c3d12c6332f61.
>---------------------------------------------------------------
c67744211ada6479e0f9d5ca4188a08cd36d6919
compiler/basicTypes/RdrName.hs | 23 +++++++++------
compiler/main/DynFlags.hs | 15 ++++++----
compiler/parser/Lexer.x | 5 ++++
compiler/parser/RdrHsSyn.hs | 20 ++-----------
compiler/rename/RnEnv.hs | 3 +-
docs/users_guide/8.6.1-notes.rst | 3 +-
docs/users_guide/glasgow_exts.rst | 6 ++--
libraries/base/GHC/TypeNats.hs | 1 -
testsuite/tests/dependent/ghci/T14238.stdout | 2 +-
.../partial-sigs/should_compile/T15039b.stderr | 33 +++++++++++++---------
.../partial-sigs/should_compile/T15039d.stderr | 33 +++++++++++++---------
.../tests/partial-sigs/should_fail/T14584.stderr | 2 +-
testsuite/tests/polykinds/T10134.hs | 6 ++--
testsuite/tests/th/TH_unresolvedInfix.hs | 1 -
testsuite/tests/th/TH_unresolvedInfix_Lib.hs | 1 -
.../typecheck/should_compile/TcTypeNatSimple.hs | 16 +++++------
.../should_compile/type_in_type_hole_fits.hs | 4 +--
.../typecheck/should_run/TcTypeNatSimpleRun.hs | 6 ++--
.../tests/warnings/should_compile/StarBinder.hs | 5 ----
.../warnings/should_compile/StarBinder.stderr | 10 -------
testsuite/tests/warnings/should_compile/all.T | 2 --
21 files changed, 96 insertions(+), 101 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 c67744211ada6479e0f9d5ca4188a08cd36d6919
More information about the ghc-commits
mailing list