summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
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/perf
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/perf')
-rw-r--r--testsuite/tests/perf/should_run/T5949.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/perf/should_run/T5949.hs b/testsuite/tests/perf/should_run/T5949.hs
index f3f8cce0d3..7a65d582ce 100644
--- a/testsuite/tests/perf/should_run/T5949.hs
+++ b/testsuite/tests/perf/should_run/T5949.hs
@@ -1,3 +1,4 @@
+import Prelude hiding (foldr)
import Data.List (foldr)
{-