Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / main / HscStats.lhs
index 3bcaac4..9b5b01c 100644 (file)
@@ -11,10 +11,11 @@ module HscStats ( ppSourceStats ) where
 import HsSyn
 import Outputable
 import SrcLoc
-import Char
 import Bag
 import Util
 import RdrName
+
+import Data.Char
 \end{code}
 
 %************************************************************************