summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-07-06 11:22:01 +0000
committersimonpj@microsoft.com <unknown>2009-07-06 11:22:01 +0000
commitd436c70d43fb905c63220040168295e473f4b90a (patch)
treece7dd3b7faca1c31e82a3ec4a44fa9a32186c556 /compiler/ghci/RtClosureInspect.hs
parent0bde11509ca13d4d0914496ee652d7c2b43a0420 (diff)
downloadhaskell-d436c70d43fb905c63220040168295e473f4b90a.tar.gz
Trim unused imports detected by new unused-import code
Diffstat (limited to 'compiler/ghci/RtClosureInspect.hs')
-rw-r--r--compiler/ghci/RtClosureInspect.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs
index 84bdfecf78..76ef9be1f7 100644
--- a/compiler/ghci/RtClosureInspect.hs
+++ b/compiler/ghci/RtClosureInspect.hs
@@ -54,7 +54,7 @@ import TysWiredIn
import DynFlags
import Outputable
import FastString
-import Panic
+-- import Panic
import Constants ( wORD_SIZE )
@@ -76,9 +76,8 @@ import qualified Data.Sequence as Seq
import Data.Monoid
import Data.Sequence hiding (null, length, index, take, drop, splitAt, reverse)
import Foreign
-import System.IO.Unsafe
+-- import System.IO.Unsafe
-import System.IO
---------------------------------------------
-- * A representation of semi evaluated Terms
---------------------------------------------