From 704d0d18707ae4f4a4195cbbd86b884a75e481ba Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 6 Aug 2008 12:49:30 +0000 Subject: [PATCH] Remove unused conditional import --- GHC/Show.lhs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/GHC/Show.lhs b/GHC/Show.lhs index ffcd013..11dd7e1 100644 --- a/GHC/Show.lhs +++ b/GHC/Show.lhs @@ -35,11 +35,7 @@ module GHC.Show import GHC.Base import Data.Maybe -import GHC.List ( (!!), foldr1 -#ifdef USE_REPORT_PRELUDE - , concatMap -#endif - ) +import GHC.List ((!!), foldr1) \end{code} -- 1.7.10.4