From 931f1c6fc4a814a1d5d5433ccbc0fdd23e374096 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 15 Jul 2009 12:44:16 +0000 Subject: [PATCH] remove unused warning --- System/IO.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/System/IO.hs b/System/IO.hs index f4bcfb5..47e9213 100644 --- 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 -- 1.7.10.4