summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/System/IO.hs1
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