Add a note about the interruptibility of throwTo.
[ghc-base.git] / GHC / Unicode.hs-boot
index cc67ac8..c9a4a9d 100644 (file)
@@ -1,7 +1,9 @@
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Unicode where
-import GHC.Base( Char, Bool )
+
+import GHC.Bool
+import GHC.Types
 
 isAscii         :: Char -> Bool
 isLatin1        :: Char -> Bool