From a57a202ff25ddfd2dc3597efad8ac839a42ce31b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 6 Aug 2008 23:20:55 +0000 Subject: [PATCH] Import wibbles --- GHC/Unicode.hs-boot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GHC/Unicode.hs-boot b/GHC/Unicode.hs-boot index 12f3e23..c9a4a9d 100644 --- a/GHC/Unicode.hs-boot +++ b/GHC/Unicode.hs-boot @@ -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 -- 1.7.10.4