X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FLexCore.hs;h=736450a21d6d1cf3b31e0581425d66edefb7aee2;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hp=c3e133966fe2ac8014529e9bbdd13348faf32a58;hpb=52cacd61834e6f448b8904bfa52c4a5a402e8698;p=ghc-hetmet.git diff --git a/compiler/parser/LexCore.hs b/compiler/parser/LexCore.hs index c3e1339..736450a 100644 --- a/compiler/parser/LexCore.hs +++ b/compiler/parser/LexCore.hs @@ -3,7 +3,7 @@ module LexCore where import ParserCoreUtils import Panic -import Char +import Data.Char import Numeric isNameChar :: Char -> Bool