From: Ian Lynagh Date: Wed, 6 Aug 2008 12:49:30 +0000 (+0000) Subject: Remove unused conditional import X-Git-Tag: 6_10_branch_has_been_forked~72 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=704d0d18707ae4f4a4195cbbd86b884a75e481ba;p=ghc-base.git Remove unused conditional import --- 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}