summaryrefslogtreecommitdiff
path: root/compiler/simplStg
diff options
context:
space:
mode:
authorMichael D. Adams <t-madams@microsoft.com>2007-05-10 09:31:35 +0000
committerMichael D. Adams <t-madams@microsoft.com>2007-05-10 09:31:35 +0000
commitb1ab4b8a607addc4d097588db5761313c996a41f (patch)
treeb7e126ed9b7cb4f4aae384affade6be82a12c45a /compiler/simplStg
parente46cab34c24d2b9bdb37dbddf8ff640653b0b35f (diff)
downloadhaskell-b1ab4b8a607addc4d097588db5761313c996a41f.tar.gz
Warning fix for unused and redundant imports
Diffstat (limited to 'compiler/simplStg')
-rw-r--r--compiler/simplStg/SRT.lhs5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/simplStg/SRT.lhs b/compiler/simplStg/SRT.lhs
index eb3229f196..0081c95e0d 100644
--- a/compiler/simplStg/SRT.lhs
+++ b/compiler/simplStg/SRT.lhs
@@ -15,9 +15,7 @@ import StgSyn
import Id ( Id )
import VarSet
import VarEnv
-import Util ( sortLe )
-import Maybes ( orElse )
-import Maybes ( expectJust )
+import Maybes ( orElse, expectJust )
import Bitmap ( intsToBitmap )
#ifdef DEBUG
@@ -27,7 +25,6 @@ import Outputable
import List
import Util
-import Outputable
\end{code}
\begin{code}