From e9322a82795c5654b746afefcb3363b591143879 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 1 Aug 2008 22:58:47 +0000 Subject: [PATCH] Remove unused imports in Control.Exception --- Control/Exception.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Control/Exception.hs b/Control/Exception.hs index 7dddc45..5409211 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -130,12 +130,10 @@ module Control.Exception ( import GHC.Base import GHC.IOBase import GHC.List -import GHC.Num import GHC.Show import GHC.IOBase as ExceptionBase import GHC.Exception hiding ( Exception ) import GHC.Conc ( ThreadId(ThreadId) ) -import Foreign.C.String ( CString, withCString ) #endif #ifdef __HUGS__ -- 1.7.10.4