[commit: ghc] master: Rename package key to unit ID, and installed package ID to component ID. (b92a51f)

git at git.haskell.org git at git.haskell.org
Thu Oct 15 04:38:38 UTC 2015


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

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

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

commit b92a51f5e235fc22a9ae0d76735b50f095665fb7
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sun Oct 11 11:03:10 2015 -0700

    Rename package key to unit ID, and installed package ID to component ID.
    
    Comes with Haddock submodule update.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

b92a51f5e235fc22a9ae0d76735b50f095665fb7
 compiler/basicTypes/DataCon.hs                     |   2 +-
 compiler/basicTypes/Module.hs                      | 180 ++++++++++-----------
 compiler/basicTypes/Module.hs-boot                 |   6 +-
 compiler/basicTypes/Name.hs                        |  10 +-
 compiler/basicTypes/OccName.hs                     |   4 +-
 compiler/basicTypes/RdrName.hs                     |   2 +-
 compiler/cmm/CLabel.hs                             |  48 +++---
 compiler/cmm/CmmParse.y                            |   4 +-
 compiler/codeGen/StgCmmCon.hs                      |   4 +-
 compiler/codeGen/StgCmmExtCode.hs                  |   6 +-
 compiler/codeGen/StgCmmHeap.hs                     |   2 +-
 compiler/codeGen/StgCmmLayout.hs                   |   4 +-
 compiler/codeGen/StgCmmMonad.hs                    |   2 +-
 compiler/codeGen/StgCmmProf.hs                     |   6 +-
 compiler/codeGen/StgCmmTicky.hs                    |  12 +-
 compiler/codeGen/StgCmmUtils.hs                    |   4 +-
 compiler/coreSyn/CorePrep.hs                       |   4 +-
 compiler/deSugar/Coverage.hs                       |   8 +-
 compiler/deSugar/DsBinds.hs                        |   6 +-
 compiler/deSugar/DsExpr.hs                         |   4 +-
 compiler/deSugar/DsForeign.hs                      |   4 +-
 compiler/deSugar/DsMeta.hs                         |   2 +-
 compiler/ghc.cabal.in                              |   2 +-
 compiler/ghc.mk                                    |   4 +-
 compiler/ghci/ByteCodeLink.hs                      |   4 +-
 compiler/ghci/DebuggerUtils.hs                     |   2 +-
 compiler/ghci/Linker.hs                            |  22 +--
 compiler/hsSyn/Convert.hs                          |   4 +-
 compiler/iface/BinIface.hs                         |   4 +-
 compiler/iface/LoadIface.hs                        |   6 +-
 compiler/iface/MkIface.hs                          |  14 +-
 compiler/main/CodeOutput.hs                        |  10 +-
 compiler/main/DriverPipeline.hs                    |  26 +--
 compiler/main/DynFlags.hs                          |  30 ++--
 compiler/main/Finder.hs                            |  44 ++---
 compiler/main/GHC.hs                               |  16 +-
 compiler/main/GhcMake.hs                           |   4 +-
 compiler/main/HscMain.hs                           |  20 +--
 compiler/main/HscTypes.hs                          |  32 ++--
 compiler/main/InteractiveEval.hs                   |   2 +-
 compiler/main/PackageConfig.hs                     |  46 +++---
 compiler/main/Packages.hs                          | 138 ++++++++--------
 compiler/main/Packages.hs-boot                     |   4 +-
 compiler/main/SysTools.hs                          |   8 +-
 compiler/main/TidyPgm.hs                           |   4 +-
 compiler/nativeGen/AsmCodeGen.hs                   |   6 +-
 compiler/nativeGen/X86/CodeGen.hs                  |   8 +-
 compiler/parser/Lexer.x                            |   2 +-
 compiler/prelude/ForeignCall.hs                    |   2 +-
 compiler/prelude/PrelNames.hs                      |  18 +--
 compiler/prelude/PrimOp.hs                         |   4 +-
 compiler/prelude/THNames.hs                        |   4 +-
 compiler/rename/RnNames.hs                         |   4 +-
 compiler/rename/RnSource.hs                        |  22 +--
 compiler/typecheck/TcEnv.hs                        |   2 +-
 compiler/typecheck/TcErrors.hs                     |   6 +-
 compiler/typecheck/TcGenDeriv.hs                   |   4 +-
 compiler/typecheck/TcGenGenerics.hs                |   4 +-
 compiler/typecheck/TcRnDriver.hs                   |   2 +-
 compiler/typecheck/TcRnMonad.hs                    |   2 +-
 compiler/typecheck/TcRnTypes.hs                    |   6 +-
 compiler/typecheck/TcSplice.hs                     |  14 +-
 compiler/utils/Outputable.hs                       |   6 +-
 docs/users_guide/packages.rst                      |   6 +-
 docs/users_guide/separate_compilation.rst          |   2 +-
 ghc/InteractiveUI.hs                               |   8 +-
 ghc/Main.hs                                        |   4 +-
 libraries/base/GHC/StaticPtr.hs                    |   2 +-
 libraries/base/base.cabal                          |   2 +-
 libraries/ghc-boot/GHC/PackageDb.hs                |  24 +--
 libraries/ghc-prim/ghc-prim.cabal                  |   2 +-
 libraries/template-haskell/template-haskell.cabal  |   2 +-
 .../deSugar/should_run/DsStaticPointers.stdout     |  10 +-
 testsuite/tests/th/T10279.stderr                   |   6 +-
 utils/ghc-pkg/Main.hs                              |   8 +-
 utils/haddock                                      |   2 +-
 76 files changed, 482 insertions(+), 482 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 b92a51f5e235fc22a9ae0d76735b50f095665fb7


More information about the ghc-commits mailing list