X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FHscStats.lhs;h=ee8717faf1488b44a6f9003270d1f5cdcc34d2b3;hb=922e0665b1362dded58d9aa8bc474663e29dd3fe;hp=5ceef37332dbeeb607b13dd93ea95544c4af4763;hpb=82c4d36b187955e3cedbb11cff92688747773456;p=ghc-hetmet.git diff --git a/compiler/main/HscStats.lhs b/compiler/main/HscStats.lhs index 5ceef37..ee8717f 100644 --- a/compiler/main/HscStats.lhs +++ b/compiler/main/HscStats.lhs @@ -23,7 +23,7 @@ import Util ( count ) %************************************************************************ \begin{code} -ppSourceStats short (L _ (HsModule _ exports imports ldecls _)) +ppSourceStats short (L _ (HsModule _ exports imports ldecls _ _ _ _)) = (if short then hcat else vcat) (map pp_val [("ExportAll ", export_all), -- 1 if no export list