[commit: ghc] master: Update Win32 version for GHC 8.4. (bdd2d28)

git at git.haskell.org git at git.haskell.org
Thu Nov 9 22:50:06 UTC 2017


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

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

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

commit bdd2d2862e248948efafa8ba4219e94825ddf21a
Author: Tamar Christina <tamar at zhox.com>
Date:   Wed Nov 8 01:21:16 2017 -0500

    Update Win32 version for GHC 8.4.
    
    Update to Win32 2.6 which is the expected version release for 8.4
    
    This involves moving Cabal forward which brings some backwards incompatible
    changes that needs various fixups.
    
    Bump a bunch of submodules
    
    Test Plan: ./validate
    
    Reviewers: austin, bgamari, angerman
    
    Reviewed By: bgamari, angerman
    
    Subscribers: angerman, thomie, rwbarton
    
    Differential Revision: https://phabricator.haskell.org/D4133


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

bdd2d2862e248948efafa8ba4219e94825ddf21a
 compiler/ghc.cabal.in                                   | 2 +-
 docs/users_guide/8.4.1-notes.rst                        | 7 +++++++
 ghc/ghc-bin.cabal.in                                    | 2 +-
 libraries/Cabal                                         | 2 +-
 libraries/Win32                                         | 2 +-
 libraries/directory                                     | 2 +-
 libraries/process                                       | 2 +-
 testsuite/tests/cabal/ghcpkg01.stdout                   | 6 ++++++
 testsuite/tests/driver/T4437.hs                         | 2 --
 testsuite/tests/perf/haddock/all.T                      | 3 ++-
 utils/check-api-annotations/check-api-annotations.cabal | 2 +-
 utils/check-ppr/check-ppr.cabal                         | 2 +-
 utils/ghc-cabal/Main.hs                                 | 7 ++++---
 utils/ghc-cabal/ghc-cabal.cabal                         | 2 +-
 utils/ghc-pkg/Main.hs                                   | 8 +++-----
 utils/ghctags/ghctags.cabal                             | 2 +-
 16 files changed, 32 insertions(+), 21 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 bdd2d2862e248948efafa8ba4219e94825ddf21a


More information about the ghc-commits mailing list