diff options
Diffstat (limited to 'compiler/GHC/Hs/Stats.hs')
-rw-r--r-- | compiler/GHC/Hs/Stats.hs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/compiler/GHC/Hs/Stats.hs b/compiler/GHC/Hs/Stats.hs index d0737859c1..cb990f9adf 100644 --- a/compiler/GHC/Hs/Stats.hs +++ b/compiler/GHC/Hs/Stats.hs @@ -1,13 +1,12 @@ +{-# LANGUAGE FlexibleContexts #-} +{-# LANGUAGE TypeFamilies #-} + -- | -- Statistics for per-module compilations -- -- (c) The GRASP/AQUA Project, Glasgow University, 1993-1998 -- -{-# LANGUAGE FlexibleContexts #-} -{-# LANGUAGE TypeFamilies #-} -{-# LANGUAGE ViewPatterns #-} - module GHC.Hs.Stats ( ppSourceStats ) where import GHC.Prelude |