X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2FCtype.lhs;h=405dc5c2b0763839b6c1b2dbad4ef24892ff1f36;hb=e030a747f89512121e582d302986ff6732ebb0c6;hp=4d9c6007d72724098478229661da4cbaf27ddb70;hpb=0cb687599cc5d6f836d09a1dd39de2ceb66d15bf;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/Ctype.lhs b/ghc/compiler/parser/Ctype.lhs index 4d9c600..405dc5c 100644 --- a/ghc/compiler/parser/Ctype.lhs +++ b/ghc/compiler/parser/Ctype.lhs @@ -10,12 +10,12 @@ module Ctype , is_upper -- Char# -> Bool , is_digit -- Char# -> Bool ) where -\end{code} -\begin{code} -import Bits ( Bits((.&.)) ) -import Int ( Int32 ) -import PrelBase ( Char#, Char(..) ) +#include "HsVersions.h" + +import DATA_INT ( Int32 ) +import DATA_BITS ( Bits((.&.)) ) +import GLAEXTS ( Char#, Char(..) ) \end{code} Bit masks