[commit: ghc] master: Give language pragma suggestions without -X (9278994)
git at git.haskell.org
git at git.haskell.org
Sat Sep 14 11:22:12 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9278994a3606783f60101057646a1fab4e4d217d/ghc
>---------------------------------------------------------------
commit 9278994a3606783f60101057646a1fab4e4d217d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Sep 13 13:52:18 2013 +0200
Give language pragma suggestions without -X
for easier copy'n'paste. This fixes: #3647
>---------------------------------------------------------------
9278994a3606783f60101057646a1fab4e4d217d
compiler/deSugar/DsMonad.lhs | 2 +-
compiler/parser/Parser.y.pp | 10 +++++-----
compiler/parser/RdrHsSyn.lhs | 18 +++++++++---------
compiler/rename/RnBinds.lhs | 6 +++---
compiler/rename/RnEnv.lhs | 8 ++++----
compiler/rename/RnExpr.lhs | 12 ++++++------
compiler/rename/RnNames.lhs | 4 ++--
compiler/rename/RnPat.lhs | 8 ++++----
compiler/rename/RnSource.lhs | 2 +-
compiler/rename/RnTypes.lhs | 12 ++++++------
compiler/typecheck/TcDeriv.lhs | 4 ++--
compiler/typecheck/TcErrors.lhs | 4 ++--
compiler/typecheck/TcForeign.lhs | 2 +-
compiler/typecheck/TcHsType.lhs | 4 ++--
compiler/typecheck/TcInstDcls.lhs | 4 ++--
compiler/typecheck/TcPat.lhs | 2 +-
compiler/typecheck/TcTyClsDecls.lhs | 16 ++++++++--------
compiler/typecheck/TcUnify.lhs | 2 +-
compiler/typecheck/TcValidity.lhs | 30 +++++++++++++++---------------
19 files changed, 75 insertions(+), 75 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 9278994a3606783f60101057646a1fab4e4d217d
More information about the ghc-commits
mailing list