projects
/
ghc-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
207e64e
)
remove unused warning
author
Simon Marlow
<marlowsd@gmail.com>
Wed, 15 Jul 2009 12:44:16 +0000
(12:44 +0000)
committer
Simon Marlow
<marlowsd@gmail.com>
Wed, 15 Jul 2009 12:44:16 +0000
(12:44 +0000)
System/IO.hs
patch
|
blob
|
history
diff --git
a/System/IO.hs
b/System/IO.hs
index
f4bcfb5
..
47e9213
100644
(file)
--- a/
System/IO.hs
+++ b/
System/IO.hs
@@
-238,7
+238,6
@@
import GHC.IO.Handle
import GHC.IORef
import GHC.IO.Exception ( userError )
import GHC.IO.Encoding
-import GHC.Exception
import GHC.Num
import Text.Read
import GHC.Show