diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:08 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:19 -0500 |
commit | b1f43562dfd4be70377b360c0c377d81345ada2b (patch) | |
tree | 36111efe5d442f7611521441f3389e1ed62798bf /libraries/base/System/IO.hs | |
parent | f510c7cac5b2e9afe0ebde2766a671c59137f3cc (diff) | |
download | haskell-b1f43562dfd4be70377b360c0c377d81345ada2b.tar.gz |
Fix validate fallout
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'libraries/base/System/IO.hs')
-rw-r--r-- | libraries/base/System/IO.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/System/IO.hs b/libraries/base/System/IO.hs index 60514e18bd..5cd0351fdb 100644 --- a/libraries/base/System/IO.hs +++ b/libraries/base/System/IO.hs @@ -241,7 +241,6 @@ import GHC.IO.Handle import GHC.IO.Handle.Text ( hGetBufSome, hPutStrLn ) import GHC.IO.Exception ( userError ) import GHC.IO.Encoding -import GHC.Num import Text.Read import GHC.Show import GHC.MVar |