Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / codeGen / StgCmmCon.hs
index beff73e..9039d64 100644 (file)
@@ -38,7 +38,7 @@ import Literal
 import PrelInfo
 import Outputable
 import Util             ( lengthIs )
-import Char            ( ord )
+import Data.Char
 
 
 ---------------------------------------------------------------