[commit: ghc] master: Distinguish between UnitId and InstalledUnitId. (4e8a060)

git at git.haskell.org git at git.haskell.org
Sat Oct 8 08:38:28 UTC 2016


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

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

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

commit 4e8a0607140b23561248a41aeaf837224aa6315b
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Oct 6 00:17:15 2016 -0700

    Distinguish between UnitId and InstalledUnitId.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

4e8a0607140b23561248a41aeaf837224aa6315b
 compiler/backpack/DriverBkp.hs                     |  13 +-
 compiler/basicTypes/Module.hs                      | 376 +++++++++++++--------
 compiler/deSugar/Desugar.hs                        |   4 +-
 compiler/ghci/Linker.hs                            |  27 +-
 compiler/iface/LoadIface.hs                        |  40 ++-
 compiler/iface/MkIface.hs                          |   8 +-
 compiler/iface/TcIface.hs                          |   2 +-
 compiler/main/CodeOutput.hs                        |   6 +-
 compiler/main/DriverPipeline.hs                    |  24 +-
 compiler/main/Finder.hs                            | 203 +++++++----
 compiler/main/GHC.hs                               |   6 +-
 compiler/main/GhcMake.hs                           |   3 +-
 compiler/main/HscMain.hs                           |  22 +-
 compiler/main/HscTypes.hs                          |  27 +-
 compiler/main/PackageConfig.hs                     |  23 +-
 compiler/main/Packages.hs                          | 186 ++++++----
 compiler/main/SysTools.hs                          |   4 +-
 compiler/rename/RnNames.hs                         |   7 +-
 compiler/typecheck/TcBackpack.hs                   |  13 +-
 compiler/typecheck/TcRnDriver.hs                   |   2 +-
 compiler/typecheck/TcRnTypes.hs                    |   4 +-
 ghc/GHCi/UI.hs                                     |   5 +-
 ghc/Main.hs                                        |   4 +-
 libraries/ghc-boot/GHC/PackageDb.hs                |  14 +-
 .../tests/backpack/cabal/bkpcabal01/.gitignore     |   2 +
 testsuite/tests/cabal/cabal05/cabal05.stderr       |   2 +-
 testsuite/tests/cabal/ghcpkg01.stdout              |   6 +
 testsuite/tests/cabal/ghcpkg04.stderr              |   4 +-
 testsuite/tests/driver/driver063.stderr            |   2 +-
 testsuite/tests/ghc-e/should_run/T2636.stderr      |   2 +-
 testsuite/tests/module/mod1.stderr                 |   4 +-
 testsuite/tests/module/mod2.stderr                 |   4 +-
 testsuite/tests/package/package01e.stderr          |   4 +-
 testsuite/tests/package/package06e.stderr          |  12 +-
 testsuite/tests/package/package07e.stderr          |   8 +-
 testsuite/tests/package/package08e.stderr          |   8 +-
 testsuite/tests/package/package09e.stderr          |   4 +-
 testsuite/tests/perf/compiler/parsing001.stderr    |   4 +-
 .../safeHaskell/safeLanguage/SafeLang07.stderr     |   6 +-
 testsuite/tests/th/T10279.stderr                   |  12 +-
 .../tests/typecheck/should_fail/tcfail082.stderr   |  12 +-
 utils/ghc-pkg/Main.hs                              |  13 +-
 42 files changed, 700 insertions(+), 432 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 4e8a0607140b23561248a41aeaf837224aa6315b


More information about the ghc-commits mailing list