diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-01 10:54:32 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-01 11:59:24 +0100 |
commit | f8ba4b55cc3a061458f5cfabf17de96128defbbb (patch) | |
tree | 5a4331b48ec84e5c2e3d1d53e611957d78ff72dc /testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr | |
parent | 32f92a33b786cd70222393726aeb08ba2b9d63db (diff) | |
download | haskell-f8ba4b55cc3a061458f5cfabf17de96128defbbb.tar.gz |
Bump `base` version to 4.9.0.0 (closes #11026)
This also relaxes a few upper bounds on base in the ghc.git repo;
This required a mass-rewrite in testsuite/
sed -i s,base-4.8.2.0,base-4.9.0.0,g $(git grep -Fl 'base-4.8.2.0')
because it turns out the testsuite is still sensitive to package version
changes.
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr b/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr index 2c8e929128..633283d46a 100644 --- a/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr +++ b/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr @@ -3,5 +3,5 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.8.2.0, ghc-prim-0.4.0.0, +Dependent packages: [base-4.9.0.0, ghc-prim-0.4.0.0, integer-gmp-1.0.0.0] |