[commit: ghc] master: Update Trac ticket URLs to point to GitLab (610ec22)

git at git.haskell.org git at git.haskell.org
Fri Mar 15 19:06:39 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/610ec224a49e092c802a336570fd9613ea15ef3c/ghc

>---------------------------------------------------------------

commit 610ec224a49e092c802a336570fd9613ea15ef3c
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Tue Mar 12 18:15:38 2019 -0400

    Update Trac ticket URLs to point to GitLab
    
    This moves all URL references to Trac tickets to their corresponding
    GitLab counterparts.


>---------------------------------------------------------------

610ec224a49e092c802a336570fd9613ea15ef3c
 HACKING.md                                         |  6 +-
 Makefile                                           |  2 +-
 README.md                                          |  2 +-
 aclocal.m4                                         |  2 +-
 compiler/basicTypes/Demand.hs                      | 32 +++++------
 compiler/basicTypes/Id.hs                          |  8 +--
 compiler/basicTypes/Lexeme.hs                      |  4 +-
 compiler/basicTypes/MkId.hs                        | 18 +++---
 compiler/basicTypes/Module.hs                      |  4 +-
 compiler/basicTypes/NameCache.hs                   |  2 +-
 compiler/basicTypes/OccName.hs                     |  2 +-
 compiler/basicTypes/PatSyn.hs                      |  2 +-
 compiler/basicTypes/RdrName.hs                     |  4 +-
 compiler/cmm/CmmSink.hs                            |  2 +-
 compiler/cmm/CmmUtils.hs                           |  2 +-
 compiler/cmm/PprC.hs                               |  2 +-
 compiler/codeGen/StgCmmClosure.hs                  |  6 +-
 compiler/codeGen/StgCmmExpr.hs                     |  4 +-
 compiler/codeGen/StgCmmHeap.hs                     |  2 +-
 compiler/coreSyn/CoreArity.hs                      | 16 +++---
 compiler/coreSyn/CoreFVs.hs                        |  4 +-
 compiler/coreSyn/CoreLint.hs                       | 20 +++----
 compiler/coreSyn/CoreMap.hs                        |  2 +-
 compiler/coreSyn/CoreOpt.hs                        | 12 ++--
 compiler/coreSyn/CorePrep.hs                       |  8 +--
 compiler/coreSyn/CoreSubst.hs                      |  2 +-
 compiler/coreSyn/CoreSyn.hs                        | 18 +++---
 compiler/coreSyn/CoreUnfold.hs                     | 14 ++---
 compiler/coreSyn/CoreUtils.hs                      | 32 +++++------
 compiler/coreSyn/MkCore.hs                         |  2 +-
 compiler/deSugar/Check.hs                          | 12 ++--
 compiler/deSugar/Desugar.hs                        |  2 +-
 compiler/deSugar/DsBinds.hs                        | 10 ++--
 compiler/deSugar/DsExpr.hs                         |  4 +-
 compiler/deSugar/DsMeta.hs                         |  2 +-
 compiler/deSugar/DsMonad.hs                        |  2 +-
 compiler/deSugar/DsUsage.hs                        |  2 +-
 compiler/deSugar/DsUtils.hs                        |  8 +--
 compiler/deSugar/Match.hs                          | 10 ++--
 compiler/deSugar/MatchCon.hs                       |  2 +-
 compiler/deSugar/MatchLit.hs                       |  6 +-
 compiler/ghci/ByteCodeGen.hs                       |  8 +--
 compiler/ghci/Linker.hs                            |  2 +-
 compiler/ghci/RtClosureInspect.hs                  |  2 +-
 compiler/hsSyn/Convert.hs                          |  8 +--
 compiler/hsSyn/HsBinds.hs                          |  4 +-
 compiler/hsSyn/HsDecls.hs                          |  2 +-
 compiler/hsSyn/HsExpr.hs                           |  6 +-
 compiler/hsSyn/HsPat.hs                            |  4 +-
 compiler/hsSyn/HsTypes.hs                          |  8 +--
 compiler/hsSyn/HsUtils.hs                          |  8 +--
 compiler/iface/BuildTyCl.hs                        |  2 +-
 compiler/iface/FlagChecker.hs                      |  4 +-
 compiler/iface/IfaceSyn.hs                         |  2 +-
 compiler/iface/IfaceType.hs                        |  4 +-
 compiler/iface/LoadIface.hs                        |  2 +-
 compiler/iface/MkIface.hs                          |  6 +-
 compiler/iface/TcIface.hs                          | 10 ++--
 compiler/iface/ToIface.hs                          |  8 +--
 compiler/llvmGen/Llvm/Types.hs                     |  2 +-
 compiler/llvmGen/LlvmCodeGen.hs                    |  2 +-
 compiler/main/Ar.hs                                |  4 +-
 compiler/main/CmdLineParser.hs                     |  6 +-
 compiler/main/Constants.hs                         |  2 +-
 compiler/main/DriverPipeline.hs                    |  8 +--
 compiler/main/DynFlags.hs                          | 14 ++---
 compiler/main/ErrUtils.hs                          |  2 +-
 compiler/main/GHC.hs                               |  4 +-
 compiler/main/GhcMake.hs                           |  8 +--
 compiler/main/HscTypes.hs                          |  8 +--
 compiler/main/InteractiveEval.hs                   |  6 +-
 compiler/main/Packages.hs                          |  2 +-
 compiler/main/SysTools.hs                          |  4 +-
 compiler/main/SysTools/Info.hs                     |  8 +--
 compiler/main/SysTools/Process.hs                  |  2 +-
 compiler/main/TidyPgm.hs                           | 16 +++---
 compiler/nativeGen/PPC/Ppr.hs                      |  4 +-
 compiler/nativeGen/PprBase.hs                      |  4 +-
 compiler/nativeGen/X86/Ppr.hs                      |  2 +-
 compiler/parser/Lexer.x                            |  2 +-
 compiler/parser/Parser.y                           |  4 +-
 compiler/parser/RdrHsSyn.hs                        |  4 +-
 compiler/prelude/PrelRules.hs                      | 16 +++---
 compiler/prelude/PrimOp.hs                         |  8 +--
 compiler/prelude/TysPrim.hs                        |  4 +-
 compiler/prelude/primops.txt.pp                    |  4 +-
 compiler/rename/RnBinds.hs                         |  6 +-
 compiler/rename/RnEnv.hs                           | 18 +++---
 compiler/rename/RnExpr.hs                          |  4 +-
 compiler/rename/RnFixity.hs                        |  4 +-
 compiler/rename/RnNames.hs                         | 20 +++----
 compiler/rename/RnPat.hs                           |  6 +-
 compiler/rename/RnSource.hs                        | 22 ++++----
 compiler/rename/RnSplice.hs                        | 12 ++--
 compiler/rename/RnTypes.hs                         |  4 +-
 compiler/rename/RnUtils.hs                         |  6 +-
 compiler/simplCore/CSE.hs                          | 10 ++--
 compiler/simplCore/CallArity.hs                    |  2 +-
 compiler/simplCore/CoreMonad.hs                    |  4 +-
 compiler/simplCore/Exitify.hs                      |  2 +-
 compiler/simplCore/FloatIn.hs                      | 12 ++--
 compiler/simplCore/FloatOut.hs                     |  2 +-
 compiler/simplCore/OccurAnal.hs                    | 22 ++++----
 compiler/simplCore/SetLevels.hs                    | 12 ++--
 compiler/simplCore/SimplCore.hs                    |  2 +-
 compiler/simplCore/SimplMonad.hs                   |  2 +-
 compiler/simplCore/SimplUtils.hs                   | 20 +++----
 compiler/simplCore/Simplify.hs                     | 36 ++++++------
 compiler/simplStg/StgCse.hs                        |  2 +-
 compiler/simplStg/StgLiftLams.hs                   |  2 +-
 compiler/specialise/Rules.hs                       | 10 ++--
 compiler/specialise/SpecConstr.hs                  | 28 ++++-----
 compiler/specialise/Specialise.hs                  | 24 ++++----
 compiler/stgSyn/CoreToStg.hs                       |  2 +-
 compiler/stranal/DmdAnal.hs                        | 14 ++---
 compiler/stranal/WorkWrap.hs                       |  8 +--
 compiler/stranal/WwLib.hs                          | 22 ++++----
 compiler/typecheck/ClsInst.hs                      |  8 +--
 compiler/typecheck/FunDeps.hs                      | 18 +++---
 compiler/typecheck/Inst.hs                         |  2 +-
 compiler/typecheck/TcAnnotations.hs                |  4 +-
 compiler/typecheck/TcBinds.hs                      | 18 +++---
 compiler/typecheck/TcCanonical.hs                  | 28 ++++-----
 compiler/typecheck/TcDeriv.hs                      | 36 ++++++------
 compiler/typecheck/TcDerivInfer.hs                 |  4 +-
 compiler/typecheck/TcDerivUtils.hs                 |  8 +--
 compiler/typecheck/TcEnv.hs                        | 16 +++---
 compiler/typecheck/TcErrors.hs                     | 38 ++++++-------
 compiler/typecheck/TcEvidence.hs                   |  4 +-
 compiler/typecheck/TcExpr.hs                       | 22 ++++----
 compiler/typecheck/TcFlatten.hs                    | 12 ++--
 compiler/typecheck/TcForeign.hs                    |  2 +-
 compiler/typecheck/TcGenDeriv.hs                   | 24 ++++----
 compiler/typecheck/TcGenFunctor.hs                 |  6 +-
 compiler/typecheck/TcGenGenerics.hs                |  4 +-
 compiler/typecheck/TcHoleErrors.hs                 |  2 +-
 compiler/typecheck/TcHsSyn.hs                      |  8 +--
 compiler/typecheck/TcHsType.hs                     | 26 ++++-----
 compiler/typecheck/TcInstDcls.hs                   | 22 ++++----
 compiler/typecheck/TcInteract.hs                   | 38 ++++++-------
 compiler/typecheck/TcMType.hs                      | 16 +++---
 compiler/typecheck/TcMatches.hs                    |  6 +-
 compiler/typecheck/TcPat.hs                        |  6 +-
 compiler/typecheck/TcPatSyn.hs                     | 28 ++++-----
 compiler/typecheck/TcRnDriver.hs                   | 16 +++---
 compiler/typecheck/TcRnExports.hs                  |  8 +--
 compiler/typecheck/TcRnMonad.hs                    |  6 +-
 compiler/typecheck/TcRnTypes.hs                    | 18 +++---
 compiler/typecheck/TcRules.hs                      |  4 +-
 compiler/typecheck/TcSMonad.hs                     | 28 ++++-----
 compiler/typecheck/TcSigs.hs                       | 12 ++--
 compiler/typecheck/TcSimplify.hs                   | 66 +++++++++++-----------
 compiler/typecheck/TcSplice.hs                     | 12 ++--
 compiler/typecheck/TcTyClsDecls.hs                 | 42 +++++++-------
 compiler/typecheck/TcTyDecls.hs                    |  4 +-
 compiler/typecheck/TcType.hs                       | 16 +++---
 compiler/typecheck/TcUnify.hs                      | 34 +++++------
 compiler/typecheck/TcValidity.hs                   | 66 +++++++++++-----------
 compiler/types/Coercion.hs                         | 14 ++---
 compiler/types/FamInstEnv.hs                       |  6 +-
 compiler/types/InstEnv.hs                          |  8 +--
 compiler/types/Kind.hs                             |  2 +-
 compiler/types/OptCoercion.hs                      |  4 +-
 compiler/types/TyCoRep.hs                          | 20 +++----
 compiler/types/TyCon.hs                            |  6 +-
 compiler/types/Type.hs                             | 16 +++---
 compiler/types/Unify.hs                            | 14 ++---
 compiler/utils/Binary.hs                           |  2 +-
 compiler/utils/MonadUtils.hs                       |  2 +-
 compiler/utils/Pretty.hs                           |  4 +-
 configure.ac                                       |  6 +-
 distrib/remilestoning.pl                           |  2 +-
 docs/users_guide/bugs.rst                          |  2 +-
 docs/users_guide/editing-guide.rst                 |  6 +-
 docs/users_guide/ghc_config.py.in                  |  4 +-
 docs/users_guide/glasgow_exts.rst                  |  8 +--
 docs/users_guide/using-optimisation.rst            |  2 +-
 ghc/GHCi/UI.hs                                     | 12 ++--
 ghc/Main.hs                                        |  2 +-
 hadrian/README.md                                  |  4 +-
 hadrian/src/Rules/Gmp.hs                           |  2 +-
 hadrian/src/Rules/Register.hs                      |  2 +-
 hadrian/src/Rules/Test.hs                          |  2 +-
 hadrian/src/Settings/Builders/RunTest.hs           |  2 +-
 hadrian/src/Settings/Flavours/Common.hs            |  2 +-
 includes/MachDeps.h                                |  2 +-
 includes/Stg.h                                     |  4 +-
 libraries/base/Control/Arrow.hs                    |  2 +-
 libraries/base/Control/Category.hs                 |  4 +-
 libraries/base/Control/Monad.hs                    |  4 +-
 libraries/base/Control/Monad/ST/Imp.hs             |  2 +-
 libraries/base/Control/Monad/Zip.hs                |  2 +-
 libraries/base/Data/Data.hs                        |  2 +-
 libraries/base/Data/Foldable.hs                    |  8 +--
 libraries/base/Data/OldList.hs                     |  2 +-
 libraries/base/Data/Typeable/Internal.hs           |  2 +-
 libraries/base/Debug/Trace.hs                      |  2 +-
 libraries/base/Foreign/Ptr.hs                      |  4 +-
 libraries/base/GHC/Arr.hs                          | 10 ++--
 libraries/base/GHC/Event/Manager.hs                |  2 +-
 libraries/base/GHC/Float.hs                        |  2 +-
 libraries/base/GHC/IO.hs                           |  2 +-
 libraries/base/GHC/Int.hs                          |  2 +-
 libraries/base/GHC/List.hs                         |  2 +-
 libraries/base/GHC/Read.hs                         |  4 +-
 libraries/base/GHC/Real.hs                         |  4 +-
 .../base/System/Environment/ExecutablePath.hsc     |  2 +-
 libraries/base/System/Mem/Weak.hs                  |  2 +-
 libraries/base/cbits/inputReady.c                  |  4 +-
 libraries/base/tests/IO/hReady001.hs               |  2 +-
 libraries/base/tests/T11760.hs                     |  2 +-
 libraries/base/tests/fromJust.hs                   |  2 +-
 libraries/base/tests/genericNegative001.hs         |  2 +-
 libraries/ghc-prim/cbits/atomic.c                  |  2 +-
 libraries/integer-gmp/changelog.md                 |  2 +-
 .../src/GHC/Integer/Logarithms/Internals.hs        |  2 +-
 .../template-haskell/Language/Haskell/TH/Ppr.hs    |  2 +-
 .../template-haskell/Language/Haskell/TH/Syntax.hs | 10 ++--
 mk/build.mk.sample                                 |  2 +-
 mk/flavours/validate.mk                            |  2 +-
 mk/install.mk.in                                   |  2 +-
 packages                                           |  2 +-
 rts/Apply.cmm                                      |  2 +-
 rts/Linker.c                                       |  4 +-
 rts/ProfHeap.c                                     |  2 +-
 rts/RtsAPI.c                                       |  2 +-
 rts/RtsFlags.c                                     |  8 +--
 rts/RtsUtils.c                                     |  2 +-
 rts/Schedule.c                                     |  2 +-
 rts/StablePtr.c                                    |  2 +-
 rts/StgPrimFloat.c                                 |  2 +-
 rts/linker/LoadArchive.c                           |  2 +-
 rts/posix/OSMem.c                                  |  2 +-
 rts/posix/Select.c                                 |  2 +-
 rts/sm/Storage.c                                   |  2 +-
 rts/win32/GetTime.c                                |  2 +-
 rules/build-prog.mk                                |  2 +-
 testsuite/driver/testlib.py                        |  4 +-
 testsuite/mk/test.mk                               |  2 +-
 .../tests/annotations/should_fail/T10826.stderr    |  2 +-
 testsuite/tests/arrows/should_compile/arrowpat.hs  |  2 +-
 testsuite/tests/arrows/should_fail/T2111.hs        |  2 +-
 testsuite/tests/arrows/should_fail/all.T           |  2 +-
 testsuite/tests/arrows/should_fail/arrowfail004.hs |  2 +-
 testsuite/tests/boxy/Compose.hs                    |  2 +-
 testsuite/tests/codeGen/should_run/cgrun058.hs     |  2 +-
 testsuite/tests/codeGen/should_run/cgrun063.hs     |  2 +-
 testsuite/tests/codeGen/should_run/cgrun071.hs     |  2 +-
 testsuite/tests/deSugar/should_compile/T2409.hs    |  2 +-
 testsuite/tests/deSugar/should_compile/T3263-1.hs  |  2 +-
 testsuite/tests/deSugar/should_compile/T3263-2.hs  |  2 +-
 testsuite/tests/deSugar/should_compile/T5252.hs    |  2 +-
 testsuite/tests/deSugar/should_compile/ds062.hs    |  2 +-
 testsuite/tests/deSugar/should_compile/ds063.hs    |  2 +-
 testsuite/tests/deSugar/should_run/T12595.hs       |  2 +-
 testsuite/tests/deSugar/should_run/T246.hs         |  2 +-
 .../dependent/should_compile/T16326_Compile1.hs    |  2 +-
 testsuite/tests/deriving/should_compile/T2378.hs   |  2 +-
 testsuite/tests/deriving/should_compile/T2721.hs   |  2 +-
 testsuite/tests/deriving/should_compile/T2856.hs   |  2 +-
 testsuite/tests/deriving/should_compile/all.T      |  2 +-
 .../tests/deriving/should_compile/deriving-1935.hs |  2 +-
 testsuite/tests/deriving/should_compile/drv012.hs  |  2 +-
 testsuite/tests/deriving/should_fail/T2394.hs      |  2 +-
 testsuite/tests/deriving/should_fail/T2851.hs      |  2 +-
 testsuite/tests/deriving/should_fail/drvfail012.hs |  2 +-
 testsuite/tests/deriving/should_run/T2529.hs       |  2 +-
 testsuite/tests/eyeball/T3116.hs                   |  2 +-
 testsuite/tests/eyeball/record1.hs                 |  2 +-
 testsuite/tests/ffi/should_fail/ccfail001.hs       |  2 +-
 testsuite/tests/ffi/should_fail/ccfail002.hs       |  2 +-
 testsuite/tests/gadt/CasePrune.hs                  |  2 +-
 testsuite/tests/gadt/Session.hs                    |  2 +-
 testsuite/tests/gadt/T1999a.hs                     |  2 +-
 testsuite/tests/gadt/T2587.hs                      |  2 +-
 testsuite/tests/gadt/T3013.hs                      |  2 +-
 testsuite/tests/gadt/T3163.hs                      |  2 +-
 testsuite/tests/gadt/data1.hs                      |  2 +-
 testsuite/tests/gadt/data2.hs                      |  2 +-
 testsuite/tests/gadt/gadt-fd.hs                    |  2 +-
 testsuite/tests/gadt/gadt17.hs                     |  2 +-
 testsuite/tests/gadt/gadt24.hs                     |  2 +-
 testsuite/tests/gadt/karl1.hs                      |  2 +-
 testsuite/tests/gadt/karl2.hs                      |  2 +-
 testsuite/tests/gadt/records-fail1.hs              |  2 +-
 testsuite/tests/ghci/prog003/prog003.T             |  2 +-
 testsuite/tests/ghci/scripts/T11098.script         |  2 +-
 testsuite/tests/ghci/scripts/T2766.script          |  2 +-
 testsuite/tests/ghci/scripts/T3263.hs              |  2 +-
 testsuite/tests/ghci/scripts/ghci019.hs            |  2 +-
 testsuite/tests/ghci/scripts/ghci030.hs            |  2 +-
 testsuite/tests/ghci/scripts/ghci031.hs            |  2 +-
 testsuite/tests/ghci/scripts/ghci033.hs            |  2 +-
 testsuite/tests/ghci/scripts/ghci063.script        |  2 +-
 .../should_compile/IndTypesPerfMerge.hs            |  2 +-
 .../should_compile/PushedInAsGivens.hs             |  2 +-
 .../tests/indexed-types/should_compile/Records.hs  |  2 +-
 .../tests/indexed-types/should_compile/T2238.hs    |  2 +-
 .../tests/indexed-types/should_compile/T2944.hs    |  2 +-
 .../tests/indexed-types/should_compile/T3017.hs    |  2 +-
 .../tests/indexed-types/should_compile/T3590.hs    |  2 +-
 .../tests/indexed-types/should_compile/T4178.hs    |  2 +-
 .../should_compile/UnusedTyVarWarnings.hs          |  2 +-
 .../should_compile/UnusedTyVarWarningsNamedWCs.hs  |  2 +-
 .../tests/indexed-types/should_fail/T2334A.hs      |  2 +-
 testsuite/tests/indexed-types/should_fail/T4272.hs |  2 +-
 testsuite/tests/indexed-types/should_fail/T9357.hs |  2 +-
 testsuite/tests/indexed-types/should_run/T2985.hs  |  2 +-
 testsuite/tests/lib/integer/integerGmpInternals.hs |  2 +-
 testsuite/tests/llvm/should_compile/T5486.hs       |  2 +-
 testsuite/tests/llvm/should_compile/T5681.hs       |  2 +-
 .../llvm/should_run/subsections_via_symbols/all.T  |  2 +-
 testsuite/tests/module/T3776.hs                    |  2 +-
 testsuite/tests/parser/should_compile/read066.hs   |  2 +-
 testsuite/tests/parser/should_compile/read_1821.hs |  2 +-
 .../parser/should_fail/NoNumericUnderscores0.hs    |  2 +-
 .../parser/should_fail/NoNumericUnderscores1.hs    |  2 +-
 .../parser/should_fail/NumericUnderscoresFail0.hs  |  2 +-
 .../parser/should_fail/NumericUnderscoresFail1.hs  |  2 +-
 testsuite/tests/parser/should_fail/T3095.hs        |  2 +-
 .../tests/parser/should_run/NumericUnderscores0.hs |  2 +-
 .../tests/parser/should_run/NumericUnderscores1.hs |  2 +-
 testsuite/tests/parser/should_run/readRun004.hs    |  2 +-
 testsuite/tests/parser/unicode/brackets.hs         |  2 +-
 .../should_compile/NamedWildcardsAsTyVars.hs       |  2 +-
 .../tests/partial-sigs/should_compile/T12033.hs    |  2 +-
 .../should_fail/NamedWildcardExplicitForall.hs     |  2 +-
 testsuite/tests/patsyn/should_fail/T14380.stderr   |  2 +-
 testsuite/tests/perf/compiler/T9872d.hs            |  2 +-
 testsuite/tests/perf/should_run/T14936.hs          |  2 +-
 testsuite/tests/perf/should_run/T149_A.hs          |  2 +-
 testsuite/tests/perf/should_run/T149_B.hs          |  2 +-
 testsuite/tests/perf/should_run/T5549.hs           |  2 +-
 testsuite/tests/pmcheck/should_compile/T12957a.hs  |  2 +-
 testsuite/tests/polykinds/T11248.hs                |  2 +-
 testsuite/tests/polykinds/T11480b.hs               |  2 +-
 testsuite/tests/polykinds/T7594.hs                 |  2 +-
 testsuite/tests/polykinds/T8566a.hs                |  2 +-
 testsuite/tests/quotes/T2931.hs                    |  2 +-
 testsuite/tests/quotes/T3572.hs                    |  2 +-
 testsuite/tests/quotes/TH_scope.hs                 |  2 +-
 testsuite/tests/rebindable/T303.hs                 |  2 +-
 testsuite/tests/rebindable/all.T                   |  2 +-
 testsuite/tests/rebindable/rebindable8.hs          |  2 +-
 testsuite/tests/rebindable/rebindable9.hs          |  2 +-
 testsuite/tests/rename/should_compile/T1789.hs     |  2 +-
 testsuite/tests/rename/should_compile/T1789_2.hs   |  2 +-
 testsuite/tests/rename/should_compile/T17a.hs      |  2 +-
 testsuite/tests/rename/should_compile/T17b.hs      |  2 +-
 testsuite/tests/rename/should_compile/T17c.hs      |  2 +-
 testsuite/tests/rename/should_compile/T17d.hs      |  2 +-
 testsuite/tests/rename/should_compile/T17e.hs      |  2 +-
 testsuite/tests/rename/should_compile/T1972.hs     |  2 +-
 testsuite/tests/rename/should_compile/T2205.hs     |  2 +-
 testsuite/tests/rename/should_compile/T2506.hs     |  2 +-
 testsuite/tests/rename/should_compile/T3221.hs     |  2 +-
 testsuite/tests/rename/should_compile/T3262.hs     |  2 +-
 testsuite/tests/rename/should_compile/rn051.hs     |  2 +-
 testsuite/tests/rename/should_compile/rn058.hs     |  2 +-
 testsuite/tests/rename/should_compile/rn062.hs     |  2 +-
 testsuite/tests/rename/should_fail/T12146.hs       |  2 +-
 testsuite/tests/rename/should_fail/T2490.hs        |  2 +-
 testsuite/tests/rename/should_fail/T2901.hs        |  2 +-
 testsuite/tests/rename/should_fail/T2993.hs        |  2 +-
 testsuite/tests/rename/should_fail/T3265.hs        |  2 +-
 testsuite/tests/rename/should_fail/T4042.hs        |  2 +-
 testsuite/tests/rename/should_fail/rnfail048.hs    |  2 +-
 testsuite/tests/rename/should_fail/rnfail052.hs    |  2 +-
 testsuite/tests/rename/should_fail/rnfail053.hs    |  2 +-
 testsuite/tests/rts/T10590.hs                      |  2 +-
 testsuite/tests/simplCore/T9646/readme.txt         |  2 +-
 testsuite/tests/simplCore/should_compile/Makefile  |  4 +-
 testsuite/tests/simplCore/should_compile/T11562.hs |  2 +-
 testsuite/tests/simplCore/should_compile/T2520.hs  |  2 +-
 testsuite/tests/simplCore/should_compile/T3016.hs  |  4 +-
 testsuite/tests/simplCore/should_compile/T3118.hs  |  2 +-
 testsuite/tests/simplCore/should_compile/T3234.hs  |  2 +-
 testsuite/tests/simplCore/should_compile/T4306.hs  |  2 +-
 testsuite/tests/simplCore/should_compile/T7702.hs  |  2 +-
 .../should_compile/T7702plugin/T7702plugin.cabal   |  2 +-
 testsuite/tests/simplCore/should_compile/rule1.hs  |  2 +-
 .../tests/simplCore/should_compile/simpl-T1370.hs  |  2 +-
 .../tests/simplCore/should_compile/simpl014.hs     |  2 +-
 .../tests/simplCore/should_compile/simpl017.hs     |  2 +-
 .../tests/simplCore/should_compile/simpl018.hs     |  2 +-
 .../tests/simplCore/should_compile/simpl019.hs     |  2 +-
 .../tests/simplCore/should_compile/spec003.hs      |  2 +-
 testsuite/tests/simplCore/should_run/T13429_2.hs   |  2 +-
 testsuite/tests/simplCore/should_run/T2486.hs      |  2 +-
 testsuite/tests/simplCore/should_run/T3403.hs      |  2 +-
 testsuite/tests/simplCore/should_run/T3437.hs      |  2 +-
 testsuite/tests/simplCore/should_run/T5587.hs      |  2 +-
 testsuite/tests/simplCore/should_run/T9128.hs      |  2 +-
 testsuite/tests/stage1/T2632.hs                    |  2 +-
 testsuite/tests/stranal/should_compile/T10482a.hs  |  2 +-
 testsuite/tests/stranal/should_compile/T1988.hs    |  2 +-
 testsuite/tests/stranal/should_compile/T9208.hs    |  2 +-
 testsuite/tests/stranal/should_compile/all.T       |  4 +-
 testsuite/tests/stranal/should_run/T11555a.hs      |  2 +-
 testsuite/tests/th/Makefile                        |  2 +-
 testsuite/tests/th/T11629.hs                       |  2 +-
 testsuite/tests/th/T2386.hs                        |  2 +-
 testsuite/tests/th/T2597a.hs                       |  2 +-
 testsuite/tests/th/T2597b.hs                       |  2 +-
 testsuite/tests/th/T2674.hs                        |  2 +-
 testsuite/tests/th/T3100.hs                        |  2 +-
 testsuite/tests/th/T3467.hs                        |  2 +-
 testsuite/tests/th/TH_1tuple.hs                    |  2 +-
 testsuite/tests/th/TH_emptycase.hs                 |  2 +-
 testsuite/tests/th/TH_reifyMkName.hs               |  2 +-
 testsuite/tests/th/TH_runIO.hs                     |  2 +-
 testsuite/tests/th/TH_spliceGuard.hs               |  2 +-
 testsuite/tests/typecheck/should_compile/FD1.hs    |  2 +-
 testsuite/tests/typecheck/should_compile/FD2.hs    |  4 +-
 testsuite/tests/typecheck/should_compile/FD3.hs    |  2 +-
 testsuite/tests/typecheck/should_compile/FD4.hs    |  2 +-
 testsuite/tests/typecheck/should_compile/Makefile  |  2 +-
 .../tests/typecheck/should_compile/T12734a.hs      |  2 +-
 testsuite/tests/typecheck/should_compile/T13651.hs |  2 +-
 testsuite/tests/typecheck/should_compile/T1470.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T1495.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T2045.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T2433.hs  |  2 +-
 .../tests/typecheck/should_compile/T2494-2.hs      |  2 +-
 testsuite/tests/typecheck/should_compile/T2494.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T2497.hs  |  4 +-
 testsuite/tests/typecheck/should_compile/T2572.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T2735.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T3018.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T3219.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T3346.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T3391.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T3955.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T9708.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T9971.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/T9973.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/all.T     |  2 +-
 .../tests/typecheck/should_compile/syn-perf2.hs    |  2 +-
 testsuite/tests/typecheck/should_compile/tc208.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc217.hs  |  4 +-
 testsuite/tests/typecheck/should_compile/tc220.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc226.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc227.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc228.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc230.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc231.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc232.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc235.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc239.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc241.hs  |  2 +-
 testsuite/tests/typecheck/should_compile/tc242.hs  |  2 +-
 .../tests/typecheck/should_fail/FDsFromGivens.hs   |  2 +-
 testsuite/tests/typecheck/should_fail/T10715.hs    |  4 +-
 testsuite/tests/typecheck/should_fail/T11948.hs    |  2 +-
 testsuite/tests/typecheck/should_fail/T1633.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T1899.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2126.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2307.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2414.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2538.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2714.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2806.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T2994.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T3155.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T3176.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T3323.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T3406.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T3613.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T5236.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T8392a.hs    |  2 +-
 testsuite/tests/typecheck/should_fail/T8806.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T8883.hs     |  2 +-
 testsuite/tests/typecheck/should_fail/T9858a.hs    |  2 +-
 .../tests/typecheck/should_fail/TcCoercibleFail.hs |  2 +-
 testsuite/tests/typecheck/should_fail/all.T        |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail138.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail169.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail175.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail177.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail178.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail185.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail186.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail187.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail188.hs |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail204.hs |  2 +-
 testsuite/tests/typecheck/should_run/Defer01.hs    |  2 +-
 utils/gen-dll/Main.hs                              |  2 +-
 utils/ghc-in-ghci/settings.ghci                    |  2 +-
 utils/ghc-pkg/Main.hs                              |  2 +-
 utils/runghc/Main.hs                               |  2 +-
 490 files changed, 1220 insertions(+), 1220 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 610ec224a49e092c802a336570fd9613ea15ef3c


More information about the ghc-commits mailing list