[commit: ghc] master: Replace .lhs with .hs in compiler comments (83efb98)
git at git.haskell.org
git at git.haskell.org
Tue Feb 10 14:01:40 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/83efb985d632d3a351f69cb6ce9dc5232127d545/ghc
>---------------------------------------------------------------
commit 83efb985d632d3a351f69cb6ce9dc5232127d545
Author: Yuri de Wit <admin at rodlogic.net>
Date: Mon Feb 9 13:41:02 2015 -0600
Replace .lhs with .hs in compiler comments
Summary: It looks like during .lhs -> .hs switch the comments were not updated. So doing exactly that.
Reviewers: austin, jstolarek, hvr, goldfire
Reviewed By: austin, jstolarek
Subscribers: thomie, goldfire
Differential Revision: https://phabricator.haskell.org/D621
GHC Trac Issues: #9986
>---------------------------------------------------------------
83efb985d632d3a351f69cb6ce9dc5232127d545
compiler/basicTypes/BasicTypes.hs | 4 ++--
compiler/basicTypes/DataCon.hs | 2 +-
compiler/basicTypes/Id.hs | 4 ++--
compiler/basicTypes/IdInfo.hs | 2 +-
compiler/basicTypes/MkId.hs | 2 +-
compiler/basicTypes/OccName.hs | 2 +-
compiler/basicTypes/Var.hs | 2 +-
compiler/cmm/CmmBuildInfoTables.hs | 2 +-
compiler/codeGen/StgCmmBind.hs | 2 +-
compiler/codeGen/StgCmmExpr.hs | 2 +-
compiler/coreSyn/CoreArity.hs | 2 +-
compiler/coreSyn/CoreFVs.hs | 4 ++--
compiler/coreSyn/CorePrep.hs | 2 +-
compiler/coreSyn/CoreSyn.hs | 20 ++++++++++----------
compiler/coreSyn/CoreUtils.hs | 2 +-
compiler/deSugar/Check.hs | 4 ++--
compiler/deSugar/DsExpr.hs | 8 ++++----
compiler/deSugar/DsForeign.hs | 2 +-
compiler/ghci/ByteCodeGen.hs | 2 +-
compiler/ghci/Linker.hs | 2 +-
compiler/hsSyn/Convert.hs | 2 +-
compiler/hsSyn/HsDecls.hs | 2 +-
compiler/iface/IfaceType.hs | 2 +-
compiler/iface/LoadIface.hs | 2 +-
compiler/main/DriverPipeline.hs | 4 ++--
compiler/main/Finder.hs | 2 +-
compiler/main/GHC.hs | 2 +-
compiler/main/HscTypes.hs | 4 ++--
compiler/main/TidyPgm.hs | 2 +-
compiler/nativeGen/PIC.hs | 2 +-
compiler/nativeGen/PPC/CodeGen.hs | 2 +-
compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 4 ++--
compiler/prelude/PrelRules.hs | 4 ++--
compiler/prelude/PrimOp.hs | 4 ++--
compiler/prelude/TysPrim.hs | 4 ++--
compiler/rename/RnEnv.hs | 2 +-
compiler/rename/RnPat.hs | 2 +-
compiler/rename/RnSplice.hs | 4 ++--
compiler/simplCore/FloatIn.hs | 2 +-
compiler/simplCore/OccurAnal.hs | 2 +-
compiler/simplCore/SetLevels.hs | 4 ++--
compiler/simplCore/SimplCore.hs | 4 ++--
compiler/simplCore/SimplUtils.hs | 4 ++--
compiler/simplCore/Simplify.hs | 6 +++---
compiler/simplStg/UnariseStg.hs | 2 +-
compiler/specialise/SpecConstr.hs | 4 ++--
compiler/stgSyn/CoreToStg.hs | 4 ++--
compiler/stranal/DmdAnal.hs | 2 +-
compiler/typecheck/FamInst.hs | 2 +-
compiler/typecheck/TcEvidence.hs | 2 +-
compiler/typecheck/TcExpr.hs | 2 +-
compiler/typecheck/TcForeign.hs | 2 +-
compiler/typecheck/TcInteract.hs | 2 +-
compiler/typecheck/TcPat.hs | 2 +-
compiler/typecheck/TcSplice.hs | 4 ++--
compiler/typecheck/TcTyClsDecls.hs | 2 +-
compiler/typecheck/TcType.hs | 4 ++--
compiler/types/CoAxiom.hs | 2 +-
compiler/types/Coercion.hs | 6 +++---
compiler/types/Kind.hs | 4 ++--
compiler/types/OptCoercion.hs | 2 +-
compiler/types/TyCon.hs | 4 ++--
compiler/types/Type.hs | 6 +++---
compiler/types/TypeRep.hs | 2 +-
compiler/types/Unify.hs | 2 +-
compiler/utils/Binary.hs | 2 +-
compiler/utils/ExtsCompat46.hs | 0
67 files changed, 104 insertions(+), 104 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 83efb985d632d3a351f69cb6ce9dc5232127d545
More information about the ghc-commits
mailing list