final revision to GArrow classes
[ghc-base.git] / GHC / Unicode.hs-boot
index c9a4a9d..cc67dbb 100644 (file)
@@ -1,8 +1,7 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE NoImplicitPrelude #-}
 
 module GHC.Unicode where
 
-import GHC.Bool
 import GHC.Types
 
 isAscii         :: Char -> Bool