[commit: ghc] master: Bump ghc-prim version to 0.5.0.0 (closes #11043) (84bf1eb)
git at git.haskell.org
git at git.haskell.org
Sun Nov 1 12:17:26 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/84bf1ebae75bff6c1e37382bc348850d17f3f2c0/ghc
>---------------------------------------------------------------
commit 84bf1ebae75bff6c1e37382bc348850d17f3f2c0
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 1 12:38:42 2015 +0100
Bump ghc-prim version to 0.5.0.0 (closes #11043)
This also needs to update the primitive/vector submodules in order to
relax upper bounds on ghc-prim.
Like in f8ba4b55cc3a061458f5cfabf17de96128defbbb, a mass-rewrite in testsuite/ via
sed -i s,ghc-prim-0.4.0.0,ghc-prim-0.5.0.0,g $(git grep -Fl 'ghc-prim-0.4.0.0')
was performed.
>---------------------------------------------------------------
84bf1ebae75bff6c1e37382bc348850d17f3f2c0
libraries/base/base.cabal | 2 +-
libraries/ghc-prim/ghc-prim.cabal | 4 ++--
libraries/primitive | 2 +-
libraries/vector | 2 +-
testsuite/tests/ado/ado004.stderr | 2 +-
.../tests/indexed-types/should_compile/T3017.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/ADT.stderr | 2 +-
.../tests/partial-sigs/should_compile/AddAndOr1.stderr | 2 +-
.../tests/partial-sigs/should_compile/AddAndOr2.stderr | 2 +-
.../tests/partial-sigs/should_compile/AddAndOr3.stderr | 2 +-
.../tests/partial-sigs/should_compile/AddAndOr4.stderr | 2 +-
.../tests/partial-sigs/should_compile/AddAndOr5.stderr | 2 +-
.../tests/partial-sigs/should_compile/AddAndOr6.stderr | 2 +-
.../tests/partial-sigs/should_compile/BoolToBool.stderr | 2 +-
.../should_compile/DataFamilyInstanceLHS.stderr | 2 +-
.../partial-sigs/should_compile/Defaulting1MROn.stderr | 2 +-
.../partial-sigs/should_compile/Defaulting2MROff.stderr | 2 +-
.../partial-sigs/should_compile/Defaulting2MROn.stderr | 2 +-
.../tests/partial-sigs/should_compile/Either.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/Every.stderr | 2 +-
.../tests/partial-sigs/should_compile/EveryNamed.stderr | 2 +-
.../partial-sigs/should_compile/ExpressionSig.stderr | 2 +-
.../should_compile/ExpressionSigNamed.stderr | 2 +-
.../partial-sigs/should_compile/ExtraConstraints1.stderr | 2 +-
.../partial-sigs/should_compile/ExtraConstraints2.stderr | 2 +-
.../partial-sigs/should_compile/ExtraConstraints3.stderr | 2 +-
.../partial-sigs/should_compile/ExtraNumAMROff.stderr | 2 +-
.../tests/partial-sigs/should_compile/Forall1.stderr | 2 +-
.../tests/partial-sigs/should_compile/GenNamed.stderr | 2 +-
.../tests/partial-sigs/should_compile/HigherRank1.stderr | 2 +-
.../tests/partial-sigs/should_compile/HigherRank2.stderr | 2 +-
.../should_compile/LocalDefinitionBug.stderr | 2 +-
.../tests/partial-sigs/should_compile/Meltdown.stderr | 2 +-
.../partial-sigs/should_compile/MonoLocalBinds.stderr | 2 +-
.../tests/partial-sigs/should_compile/NamedTyVar.stderr | 2 +-
.../should_compile/ParensAroundContext.stderr | 2 +-
.../tests/partial-sigs/should_compile/PatBind.stderr | 2 +-
.../tests/partial-sigs/should_compile/PatternSig.stderr | 2 +-
.../tests/partial-sigs/should_compile/Recursive.stderr | 2 +-
.../should_compile/ScopedNamedWildcards.stderr | 2 +-
.../should_compile/ScopedNamedWildcardsGood.stderr | 2 +-
.../tests/partial-sigs/should_compile/ShowNamed.stderr | 2 +-
.../tests/partial-sigs/should_compile/SimpleGen.stderr | 2 +-
.../tests/partial-sigs/should_compile/SkipMany.stderr | 2 +-
.../partial-sigs/should_compile/SomethingShowable.stderr | 2 +-
.../should_compile/TypeFamilyInstanceLHS.stderr | 2 +-
.../tests/partial-sigs/should_compile/Uncurry.stderr | 2 +-
.../partial-sigs/should_compile/UncurryNamed.stderr | 2 +-
.../should_compile/WarningWildcardInstantiations.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/pkg01/safePkg01.stdout | 16 ++++++++--------
testsuite/tests/th/TH_Roles2.stderr | 2 +-
testsuite/tests/typecheck/should_compile/tc231.stderr | 2 +-
58 files changed, 66 insertions(+), 66 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 84bf1ebae75bff6c1e37382bc348850d17f3f2c0
More information about the ghc-commits
mailing list