diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-07-15 12:44:16 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-07-15 12:44:16 +0000 |
commit | 9d3a7e4631712cb5f96d8aa2cd3bf6e60805f716 (patch) | |
tree | fb91d9522e0e68f8b939b766e9ffcd3d0514f523 /libraries/base/System/IO.hs | |
parent | b6c2447bebd2022f895bc14b078b974df3f1a5f7 (diff) | |
download | haskell-9d3a7e4631712cb5f96d8aa2cd3bf6e60805f716.tar.gz |
remove unused warning
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 f4bcfb5dcf..47e9213bf9 100644 --- a/libraries/base/System/IO.hs +++ b/libraries/base/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 |