X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FUnicode.hs-boot;h=c9a4a9d6a3dcbf21725b36d77f26619b3fb1b946;hb=8a37d80b44f75105c23b62f89bb7806b1c331c26;hp=cc67ac8af9a72667e9a5c83fe03a3211e6ddfccc;hpb=ad2f35188663652eca67184e744419478ac4b601;p=ghc-base.git diff --git a/GHC/Unicode.hs-boot b/GHC/Unicode.hs-boot index cc67ac8..c9a4a9d 100644 --- a/GHC/Unicode.hs-boot +++ b/GHC/Unicode.hs-boot @@ -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