summaryrefslogtreecommitdiff
path: root/compiler/main/HscStats.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/HscStats.hs')
-rw-r--r--compiler/main/HscStats.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/main/HscStats.hs b/compiler/main/HscStats.hs
index cc1e842be0..78020f72bc 100644
--- a/compiler/main/HscStats.hs
+++ b/compiler/main/HscStats.hs
@@ -3,6 +3,9 @@
--
-- (c) The GRASP/AQUA Project, Glasgow University, 1993-1998
--
+
+{-# LANGUAGE FlexibleContexts #-}
+
module HscStats ( ppSourceStats ) where
import Bag