Import wibbles
authorIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 23:20:55 +0000 (23:20 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 23:20:55 +0000 (23:20 +0000)
GHC/Unicode.hs-boot

index 12f3e23..c9a4a9d 100644 (file)
@@ -1,7 +1,9 @@
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Unicode where
-import GHC.Base( Char, Bool )
+
+import GHC.Bool
+import GHC.Types
 
 isAscii         :: Char -> Bool
 isLatin1        :: Char -> Bool