diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-19 12:38:17 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-19 13:18:14 -0400 |
commit | 8f19ecc95fbaf2cc977531d721085d8441dc09b7 (patch) | |
tree | d97572ba82504f44c9e7725d5af57b9a3cf5e0c8 /testsuite/tests/ghci/scripts/ghci008.stdout | |
parent | b08a6d75e0440f33260bea5319b8c3f871b42f6e (diff) | |
download | haskell-8f19ecc95fbaf2cc977531d721085d8441dc09b7.tar.gz |
Bump base to version 4.12.0.0
Summary: Bumps several submodules.
Test Plan: ./validate
Reviewers: hvr, bgamari
Reviewed By: bgamari
Subscribers: thomie, carter
GHC Trac Issues: #15018
Differential Revision: https://phabricator.haskell.org/D4609
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 0cf0306c0c..6c105eb731 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.11.1.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool - -- Defined in ‘base-4.11.1.0:Data.OldList’ +base-4.12.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool + -- Defined in ‘base-4.12.0.0:Data.OldList’ |