FIX #4383
[ghc-base.git] / GHC / Unicode.hs-boot
index 12f3e23..6a0e75c 100644 (file)
@@ -1,7 +1,8 @@
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Unicode where
-import GHC.Base( Char, Bool )
+
+import GHC.Types
 
 isAscii         :: Char -> Bool
 isLatin1        :: Char -> Bool