From: Ian Lynagh Date: Fri, 1 Aug 2008 22:58:47 +0000 (+0000) Subject: Remove unused imports in Control.Exception X-Git-Tag: 6_10_branch_has_been_forked~104 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e9322a82795c5654b746afefcb3363b591143879;p=ghc-base.git Remove unused imports in Control.Exception --- 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__