From: Ian Lynagh Date: Fri, 10 Jul 2009 15:33:45 +0000 (+0000) Subject: Remove an unused import X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8469440bd70d9a7257dff9d3dfa4ac34b8febbe3;hp=6358f9be49b4e7c0e1fe6b4e97bfca99a8087b03;p=ghc-base.git Remove an unused import --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index cd501e1..f182d3b 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -139,7 +139,6 @@ import GHC.Enum ( Enum ) #endif import GHC.Pack ( packCString# ) import GHC.Show ( Show(..), showString ) -import GHC.Err infixr 0 `par`, `pseq` \end{code}