[commit: ghc] master: Make PackageState an abstract type. (de3f064)

git at git.haskell.org git at git.haskell.org
Tue Aug 5 10:15:36 UTC 2014


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

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

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

commit de3f0644b8ff1748335c0fe07404dd4502a624e0
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Aug 1 12:35:15 2014 +0100

    Make PackageState an abstract type.
    
    Summary: Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonpj, simonmar, hvr, austin
    
    Subscribers: simonmar, relrod, ezyang, carter
    
    Differential Revision: https://phabricator.haskell.org/D107


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

de3f0644b8ff1748335c0fe07404dd4502a624e0
 compiler/ghci/Linker.lhs        |  9 +---
 compiler/main/CodeOutput.lhs    |  4 +-
 compiler/main/DriverPipeline.hs |  7 ++-
 compiler/main/Finder.lhs        |  8 +---
 compiler/main/GHC.hs            |  4 +-
 compiler/main/HscMain.hs        |  5 +--
 compiler/main/HscTypes.lhs      |  5 +--
 compiler/main/Packages.lhs      | 95 +++++++++++++++++++++++++++--------------
 ghc/InteractiveUI.hs            | 23 ++++------
 9 files changed, 88 insertions(+), 72 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 de3f0644b8ff1748335c0fe07404dd4502a624e0


More information about the ghc-commits mailing list