summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2021-01-24 15:29:37 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-01 00:39:28 -0400
commitbddecda1a4c96da21e3f5211743ce5e4c78793a2 (patch)
treedca8990476f2c803df91c164f8169d1a40d8123d /testsuite/tests/typecheck/should_compile
parent5192183f5f4df4e3c0b00346e633c5270ed16283 (diff)
downloadhaskell-bddecda1a4c96da21e3f5211743ce5e4c78793a2.tar.gz
Data.List specialization to []
- Remove GHC.OldList - Remove Data.OldList - compat-unqualified-imports is no-op - update haddock submodule
Diffstat (limited to 'testsuite/tests/typecheck/should_compile')
-rw-r--r--testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr b/testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr
index a081a78582..7f9b3e6464 100644
--- a/testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr
+++ b/testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr
@@ -8,10 +8,10 @@ subsumption_sort_hole_fits.hs:2:5: warning: [-Wtyped-holes (in -Wdefault)]
Valid hole fits include
lines :: String -> [String]
(imported from ‘Prelude’ at subsumption_sort_hole_fits.hs:1:1
- (and originally defined in ‘base-4.16.0.0:Data.OldList’))
+ (and originally defined in ‘Data.List’))
words :: String -> [String]
(imported from ‘Prelude’ at subsumption_sort_hole_fits.hs:1:1
- (and originally defined in ‘base-4.16.0.0:Data.OldList’))
+ (and originally defined in ‘Data.List’))
read :: forall a. Read a => String -> a
with read @[String]
(imported from ‘Prelude’ at subsumption_sort_hole_fits.hs:1:1