[commit: ghc] ghc-8.4: Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0 (b4012b6)

git at git.haskell.org git at git.haskell.org
Sat Apr 14 18:49:41 UTC 2018


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

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/b4012b61b75c976a00d09bd0eda8876e4d687b61/ghc

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

commit b4012b61b75c976a00d09bd0eda8876e4d687b61
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Fri Apr 13 11:31:09 2018 -0400

    Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0
    
    This takes care of bumping the `base` and `integer-gmp`
    minor version numbers in anticipation of a GHC 8.4.2 release.
    
    While I was in town, I also filled in a `@since TODO` Haddock
    annotation for `powModSecInteger` in `integer-gmp` with
    `1.0.2.0`, and updated the changelog accordingly.
    
    Test Plan: ./validate
    
    Reviewers: hvr, goldfire, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie, carter
    
    GHC Trac Issues: #15025
    
    Differential Revision: https://phabricator.haskell.org/D4586
    
    (cherry picked from commit c4814ab6b8d756ae0e32c9a9f44e4888c4e24763)


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

b4012b61b75c976a00d09bd0eda8876e4d687b61
 docs/users_guide/8.4.2-notes.rst                           | 14 ++++++++++----
 libraries/base/base.cabal                                  |  2 +-
 libraries/base/changelog.md                                |  2 ++
 libraries/integer-gmp/changelog.md                         |  7 +++++++
 libraries/integer-gmp/integer-gmp.cabal                    |  2 +-
 libraries/integer-gmp/src/GHC/Integer/Type.hs              |  2 +-
 testsuite/tests/ado/ado004.stderr                          |  4 ++--
 testsuite/tests/backpack/should_compile/bkp16.stderr       |  4 ++--
 testsuite/tests/backpack/should_fail/bkpfail16.stderr      |  4 ++--
 testsuite/tests/backpack/should_fail/bkpfail17.stderr      |  4 ++--
 testsuite/tests/backpack/should_fail/bkpfail19.stderr      |  4 ++--
 testsuite/tests/determinism/determ021/determ021.stdout     |  8 ++++----
 testsuite/tests/driver/json2.stderr                        |  6 +++---
 testsuite/tests/ghci/scripts/ghci008.stdout                |  4 ++--
 testsuite/tests/indexed-types/should_compile/T3017.stderr  |  4 ++--
 testsuite/tests/partial-sigs/should_compile/ADT.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/AddAndOr1.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/AddAndOr2.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/AddAndOr3.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/AddAndOr4.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/AddAndOr5.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/AddAndOr6.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/BoolToBool.stderr    |  4 ++--
 .../should_compile/DataFamilyInstanceLHS.stderr            |  4 ++--
 .../partial-sigs/should_compile/Defaulting1MROn.stderr     |  4 ++--
 .../partial-sigs/should_compile/Defaulting2MROff.stderr    |  4 ++--
 .../partial-sigs/should_compile/Defaulting2MROn.stderr     |  4 ++--
 testsuite/tests/partial-sigs/should_compile/Either.stderr  |  4 ++--
 .../partial-sigs/should_compile/EqualityConstraint.stderr  |  4 ++--
 testsuite/tests/partial-sigs/should_compile/Every.stderr   |  4 ++--
 .../tests/partial-sigs/should_compile/EveryNamed.stderr    |  4 ++--
 .../tests/partial-sigs/should_compile/ExpressionSig.stderr |  4 ++--
 .../partial-sigs/should_compile/ExpressionSigNamed.stderr  |  4 ++--
 .../partial-sigs/should_compile/ExtraConstraints1.stderr   |  4 ++--
 .../partial-sigs/should_compile/ExtraConstraints2.stderr   |  4 ++--
 .../partial-sigs/should_compile/ExtraConstraints3.stderr   |  4 ++--
 .../partial-sigs/should_compile/ExtraNumAMROff.stderr      |  4 ++--
 .../tests/partial-sigs/should_compile/ExtraNumAMROn.stderr |  4 ++--
 testsuite/tests/partial-sigs/should_compile/Forall1.stderr |  4 ++--
 .../tests/partial-sigs/should_compile/GenNamed.stderr      |  4 ++--
 .../tests/partial-sigs/should_compile/HigherRank1.stderr   |  4 ++--
 .../tests/partial-sigs/should_compile/HigherRank2.stderr   |  4 ++--
 .../partial-sigs/should_compile/LocalDefinitionBug.stderr  |  4 ++--
 .../tests/partial-sigs/should_compile/Meltdown.stderr      |  4 ++--
 .../partial-sigs/should_compile/MonoLocalBinds.stderr      |  4 ++--
 .../tests/partial-sigs/should_compile/NamedTyVar.stderr    |  4 ++--
 .../NamedWildcardInDataFamilyInstanceLHS.stderr            |  4 ++--
 .../NamedWildcardInTypeFamilyInstanceLHS.stderr            |  4 ++--
 .../partial-sigs/should_compile/ParensAroundContext.stderr |  4 ++--
 testsuite/tests/partial-sigs/should_compile/PatBind.stderr |  4 ++--
 .../tests/partial-sigs/should_compile/PatBind2.stderr      |  4 ++--
 .../tests/partial-sigs/should_compile/PatternSig.stderr    |  4 ++--
 .../tests/partial-sigs/should_compile/Recursive.stderr     |  4 ++--
 .../should_compile/ScopedNamedWildcards.stderr             |  4 ++--
 .../should_compile/ScopedNamedWildcardsGood.stderr         |  4 ++--
 .../tests/partial-sigs/should_compile/ShowNamed.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/SimpleGen.stderr     |  4 ++--
 .../tests/partial-sigs/should_compile/SkipMany.stderr      |  4 ++--
 .../partial-sigs/should_compile/SomethingShowable.stderr   |  4 ++--
 .../should_compile/TypeFamilyInstanceLHS.stderr            |  4 ++--
 testsuite/tests/partial-sigs/should_compile/Uncurry.stderr |  4 ++--
 .../tests/partial-sigs/should_compile/UncurryNamed.stderr  |  4 ++--
 .../should_compile/WarningWildcardInstantiations.stderr    |  4 ++--
 testsuite/tests/rename/should_fail/rnfail040.stderr        |  2 +-
 testsuite/tests/roles/should_compile/Roles1.stderr         |  4 ++--
 testsuite/tests/roles/should_compile/Roles14.stderr        |  4 ++--
 testsuite/tests/roles/should_compile/Roles2.stderr         |  4 ++--
 testsuite/tests/roles/should_compile/Roles3.stderr         |  4 ++--
 testsuite/tests/roles/should_compile/Roles4.stderr         |  4 ++--
 testsuite/tests/roles/should_compile/T8958.stderr          |  4 ++--
 testsuite/tests/safeHaskell/check/Check01.stderr           |  2 +-
 testsuite/tests/safeHaskell/check/Check06.stderr           |  2 +-
 testsuite/tests/safeHaskell/check/Check08.stderr           |  2 +-
 testsuite/tests/safeHaskell/check/Check09.stderr           |  2 +-
 testsuite/tests/safeHaskell/check/pkg01/ImpSafe01.stderr   |  2 +-
 testsuite/tests/safeHaskell/check/pkg01/ImpSafe04.stderr   |  2 +-
 testsuite/tests/safeHaskell/flags/SafeFlags17.stderr       |  2 +-
 testsuite/tests/typecheck/should_compile/T12763.stderr     |  4 ++--
 testsuite/tests/typecheck/should_compile/holes.stderr      |  8 ++++----
 testsuite/tests/typecheck/should_compile/holes3.stderr     |  8 ++++----
 testsuite/tests/typecheck/should_compile/tc231.stderr      |  4 ++--
 .../typecheck/should_fail/TcStaticPointersFail02.stderr    |  4 ++--
 testsuite/tests/typecheck/should_fail/tcfail182.stderr     |  2 +-
 83 files changed, 174 insertions(+), 159 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 b4012b61b75c976a00d09bd0eda8876e4d687b61


More information about the ghc-commits mailing list