diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-05-20 19:47:43 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-20 20:43:24 -0400 |
commit | e1fd946103fba2b8bfc4f5b3096de4307a7e6f81 (patch) | |
tree | 705e4dcbb804b1a6aa0204fd9b58da4a9ffaecd7 /testsuite/tests/ado | |
parent | ec22f7ddc81b40a9dbcf140e5cf44730cb776d00 (diff) | |
download | haskell-e1fd946103fba2b8bfc4f5b3096de4307a7e6f81.tar.gz |
ghc-prim: Bump version
unpackClosure#'s behavior and type has changed. This caused a CPP guard
in the new ghc-heap package to fail when bootstrapping with GHC 8.4.
Test Plan: Validate bootstrapping with GHC 8.4
Reviewers: RyanGlScott
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4716
Diffstat (limited to 'testsuite/tests/ado')
-rw-r--r-- | testsuite/tests/ado/ado004.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ado/ado004.stderr b/testsuite/tests/ado/ado004.stderr index 1f7cd72231..c0f7838b08 100644 --- a/testsuite/tests/ado/ado004.stderr +++ b/testsuite/tests/ado/ado004.stderr @@ -44,5 +44,5 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.12.0.0, ghc-prim-0.5.2.1, +Dependent packages: [base-4.12.0.0, ghc-prim-0.5.3, integer-gmp-1.0.2.0] |