X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FLexCore.hs;h=736450a21d6d1cf3b31e0581425d66edefb7aee2;hp=c3e133966fe2ac8014529e9bbdd13348faf32a58;hb=9ba922ee06b048774d7a82964867ff768a78126e;hpb=1eb76d715ef78e2576ad8daa8dd981d23e6c51ed 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