Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / prelude / TysPrim.lhs
index 6e74fd9..af535d3 100644 (file)
@@ -58,7 +58,7 @@ import StaticFlags
 import FastString
 import Outputable
 
-import Char            ( ord, chr )
+import Data.Char
 \end{code}
 
 %************************************************************************