diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-15 10:26:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 14:52:59 -0500 |
commit | 4d683fa11a5140b74f588b93f93f7891f79ac891 (patch) | |
tree | a2f2772a2ad29b2007de15e3dc759c02d3e0f3e3 /testsuite/tests/ghci/scripts/ghci008.stdout | |
parent | d39816285341cf639b51ae14f65c63a3e89bba95 (diff) | |
download | haskell-4d683fa11a5140b74f588b93f93f7891f79ac891.tar.gz |
base: Bump version to 4.10.0.0
Updates a number of submodules.
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 4cf7448e2b..f27edfbf25 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.9.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool - -- Defined in ‘base-4.9.0.0:Data.OldList’ +base-4.10.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool + -- Defined in ‘base-4.10.0.0:Data.OldList’ |