[commit: ghc] master: Implement MIN_VERSION and VERSION macros natively in GHC. (a9c93bd)

git at git.haskell.org git at git.haskell.org
Mon Oct 26 20:40:33 UTC 2015


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

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

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

commit a9c93bdd8b027d6de09a3eada7721e7fd2d3e050
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Oct 26 20:48:36 2015 +0100

    Implement MIN_VERSION and VERSION macros natively in GHC.
    
    Test Plan: validate
    
    Reviewers: austin, thomie, bgamari
    
    Reviewed By: thomie
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1349
    
    GHC Trac Issues: #10970


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

a9c93bdd8b027d6de09a3eada7721e7fd2d3e050
 compiler/main/DriverPipeline.hs       | 45 +++++++++++++++++++++++++++++++++++
 compiler/main/Packages.hs             | 11 ++++++++-
 docs/users_guide/phases.rst           | 16 +++++++++++++
 testsuite/.gitignore                  |  3 ++-
 testsuite/tests/driver/T10970.hs      |  6 +++++
 testsuite/tests/driver/T10970.stdout  |  2 ++
 testsuite/tests/driver/T10970a.hs     |  6 +++++
 testsuite/tests/driver/T10970a.stderr |  6 +++++
 testsuite/tests/driver/all.T          |  3 +++
 9 files changed, 96 insertions(+), 2 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 a9c93bdd8b027d6de09a3eada7721e7fd2d3e050


More information about the ghc-commits mailing list