Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / prelude / ForeignCall.lhs
index 015b28e..a6047a5 100644 (file)
@@ -25,9 +25,10 @@ module ForeignCall (
     ) where
 
 import FastString
     ) where
 
 import FastString
-import Char            ( isAlphaNum )
 import Binary
 import Outputable
 import Binary
 import Outputable
+
+import Data.Char
 \end{code}
 
 
 \end{code}