From 8469440bd70d9a7257dff9d3dfa4ac34b8febbe3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 10 Jul 2009 15:33:45 +0000 Subject: [PATCH 1/1] Remove an unused import --- GHC/Conc.lhs | 1 - 1 file changed, 1 deletion(-) 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} -- 1.7.10.4