Add tests from testsuite/tests/h98
[ghc-base.git] / GHC / Unicode.hs-boot
index 12f3e23..cc67dbb 100644 (file)
@@ -1,7 +1,8 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE NoImplicitPrelude #-}
 
 module GHC.Unicode where
-import GHC.Base( Char, Bool )
+
+import GHC.Types
 
 isAscii         :: Char -> Bool
 isLatin1        :: Char -> Bool