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/ghci/scripts/ghci008.stdout | |
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/ghci/scripts/ghci008.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci008.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci008.stdout b/testsuite/tests/ghci/scripts/ghci008.stdout index f27edfbf25..dc97101cc5 100644 --- a/testsuite/tests/ghci/scripts/ghci008.stdout +++ b/testsuite/tests/ghci/scripts/ghci008.stdout @@ -35,5 +35,5 @@ class (RealFrac a, Floating a) => RealFloat a where -- Defined in ‘GHC.Float’ instance RealFloat Float -- Defined in ‘GHC.Float’ instance RealFloat Double -- Defined in ‘GHC.Float’ -base-4.10.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool - -- Defined in ‘base-4.10.0.0:Data.OldList’ +base-4.11.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool + -- Defined in ‘base-4.11.0.0:Data.OldList’ |