X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelShow.lhs;h=42c6250b4398c379cdc21ff4ee85549ad8237195;hb=cc4d138db7ea5b8bbd4767f665158fbf9bb97611;hp=b9ee6233c8bc7ad703bc8d416641662552b8892f;hpb=d1ab5c3837c3c2e30eee18e7c1893a6741475e17;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelShow.lhs b/ghc/lib/std/PrelShow.lhs index b9ee623..42c6250 100644 --- a/ghc/lib/std/PrelShow.lhs +++ b/ghc/lib/std/PrelShow.lhs @@ -32,7 +32,11 @@ module PrelShow import {-# SOURCE #-} PrelErr ( error ) import PrelBase import PrelMaybe -import PrelList ( (!!), break, dropWhile ) +import PrelList ( (!!), break, dropWhile +#ifdef USE_REPORT_PRELUDE + , concatMap, foldr1 +#endif + ) \end{code}