summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail032.stderr
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-09-20 23:50:06 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-09-20 23:52:57 +0200
commit05cf18f883bf2d49b53a1d25cb57eff3333eb0c9 (patch)
treebb67d05939622b3b4a92e8500708353cf1e0b052 /testsuite/tests/rename/should_fail/rnfail032.stderr
parent1812898c0332c6807201938911bb914633267d9d (diff)
downloadhaskell-05cf18f883bf2d49b53a1d25cb57eff3333eb0c9.tar.gz
Generalise (some of) Data.List to Foldables (re #9568)
This replaces the entities in Data.List conflicting with Data.Foldable with re-exports of the generalised version from Data.Foldable. As of this commit, the following compiles w/o error module XPrelude (module X) where import Control.Monad as X import Data.Foldable as X import Data.List as X import Prelude as X Reviewed By: austin, dfeuer, ekmett Differential Revision: https://phabricator.haskell.org/D229
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail032.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail032.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail032.stderr b/testsuite/tests/rename/should_fail/rnfail032.stderr
index 8a2bf0c4d1..2169fd502e 100644
--- a/testsuite/tests/rename/should_fail/rnfail032.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail032.stderr
@@ -3,5 +3,5 @@ rnfail032.hs:2:21:
Not in scope: ‘Data.List.map’
Perhaps you meant one of these:
‘Data.List.zip’ (imported from Data.List),
- ‘Data.List.sum’ (imported from Data.List),
- ‘Data.List.all’ (imported from Data.List)
+ ‘Data.List.all’ (imported from Data.List),
+ ‘Data.List.and’ (imported from Data.List)