summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgClosure.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-07-02 12:26:51 +0000
committerIan Lynagh <igloo@earth.li>2007-07-02 12:26:51 +0000
commit262c142b90c94ca1aa577c950a6ceae1f255e2d6 (patch)
treee1de9880b055869186693df6bb93928c1272f944 /compiler/codeGen/CgClosure.lhs
parent00c8fa011bed11d95016c13a75e93bc94a4f6aa5 (diff)
downloadhaskell-262c142b90c94ca1aa577c950a6ceae1f255e2d6.tar.gz
Remove mapAccumL, mapAccumR, mapAccumB
mapAccumL and mapAccumR are in Data.List now. mapAccumB is unused.
Diffstat (limited to 'compiler/codeGen/CgClosure.lhs')
-rw-r--r--compiler/codeGen/CgClosure.lhs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/codeGen/CgClosure.lhs b/compiler/codeGen/CgClosure.lhs
index 98e5b0d0f2..fabf434d07 100644
--- a/compiler/codeGen/CgClosure.lhs
+++ b/compiler/codeGen/CgClosure.lhs
@@ -46,6 +46,8 @@ import BasicTypes
import Constants
import Outputable
import FastString
+
+import Data.List
\end{code}
%********************************************************