diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-09-21 12:50:47 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-21 14:09:41 -0400 |
commit | 063e0b4e5ea53a02713eb48555bbd99d934a3de5 (patch) | |
tree | 2778a03ddb9c3e6b8062dd57ffca02ee34958223 /testsuite/tests/rename | |
parent | 58a70629a2c3efc594c88cd1d4ae9ae147d698cd (diff) | |
download | haskell-063e0b4e5ea53a02713eb48555bbd99d934a3de5.tar.gz |
Bump base to 4.11.0.0
Bumps numerous submodules.
Reviewers: austin, hvr
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3974
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail040.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail040.stderr b/testsuite/tests/rename/should_fail/rnfail040.stderr index 1d49aed612..0bd4cf7ac1 100644 --- a/testsuite/tests/rename/should_fail/rnfail040.stderr +++ b/testsuite/tests/rename/should_fail/rnfail040.stderr @@ -3,7 +3,7 @@ rnfail040.hs:7:12: error: Conflicting exports for ‘nub’: ‘module M’ exports ‘M.nub’ imported from ‘Data.List’ at rnfail040.hs:10:2-22 - (and originally defined in ‘base-4.10.0.0:Data.OldList’) + (and originally defined in ‘base-4.11.0.0:Data.OldList’) ‘module M’ exports ‘T.nub’ imported from ‘Rnfail040_A’ at rnfail040.hs:11:2-24 (and originally defined at Rnfail040_A.hs:2:3-5) |