[commit: ghc] master: Bump `base` version to 4.8.0.0 for real (c6f502b)
git at git.haskell.org
git at git.haskell.org
Tue Sep 9 16:37:46 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c6f502b211d03ff8408b17932a4435e4d5f6cd31/ghc
>---------------------------------------------------------------
commit c6f502b211d03ff8408b17932a4435e4d5f6cd31
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 17:39:57 2014 +0200
Bump `base` version to 4.8.0.0 for real
This commit updates several submodules in order to bump
the upper bounds on `base` of most boot packages
Moreover, this updates some of the test-suite cases which have
version numbers hardcoded within.
However, I'm not sure if this commit didn't introduce the following
two test-failures
ghc-api T8628 [bad stdout] (normal)
ghc-api T8639_api [bad stdout] (normal)
This needs investigation
>---------------------------------------------------------------
c6f502b211d03ff8408b17932a4435e4d5f6cd31
libraries/array | 2 +-
libraries/base/base.cabal | 4 ++--
libraries/deepseq | 2 +-
libraries/directory | 2 +-
libraries/filepath | 2 +-
libraries/haskeline | 2 +-
libraries/haskell2010 | 2 +-
libraries/haskell98 | 2 +-
libraries/hoopl | 2 +-
libraries/hpc | 2 +-
libraries/old-locale | 2 +-
libraries/old-time | 2 +-
libraries/parallel | 2 +-
libraries/process | 2 +-
libraries/stm | 2 +-
libraries/template-haskell/changelog.md | 5 +++++
libraries/template-haskell/template-haskell.cabal | 6 ++++--
libraries/terminfo | 2 +-
libraries/unix | 2 +-
testsuite/tests/cabal/cabal06/q/q-1.0.conf | 2 +-
testsuite/tests/ghci/scripts/T5979.stderr | 6 +++---
.../tests/indexed-types/should_compile/T3017.stderr | 2 +-
testsuite/tests/indexed-types/should_fail/T9160.stderr | 2 +-
testsuite/tests/roles/should_compile/Roles1.stderr | 2 +-
testsuite/tests/roles/should_compile/Roles14.stderr | 2 +-
testsuite/tests/roles/should_compile/Roles2.stderr | 2 +-
testsuite/tests/roles/should_compile/Roles3.stderr | 2 +-
testsuite/tests/roles/should_compile/Roles4.stderr | 2 +-
testsuite/tests/roles/should_compile/T8958.stderr | 2 +-
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 +-
.../tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr | 2 +-
.../tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr | 2 +-
testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout | 16 ++++++++--------
testsuite/tests/safeHaskell/flags/SafeFlags17.stderr | 2 +-
testsuite/tests/simplCore/should_compile/T5550.stderr | 2 +-
testsuite/tests/th/TH_Roles2.stderr | 2 +-
testsuite/tests/typecheck/should_compile/tc231.stderr | 2 +-
testsuite/tests/typecheck/should_fail/tcfail182.stderr | 2 +-
utils/haddock | 2 +-
43 files changed, 60 insertions(+), 53 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 c6f502b211d03ff8408b17932a4435e4d5f6cd31
More information about the ghc-commits
mailing list