diff --git a/ghc/compiler/parser/Lex.lhs b/ghc/compiler/parser/Lex.lhs index ab4bf3c7bb1817024855d092a7a9b6f5b316bf9c..f626f4f3ff62b88e76ce0156056ecc061d9028ec 100644 --- a/ghc/compiler/parser/Lex.lhs +++ b/ghc/compiler/parser/Lex.lhs @@ -232,7 +232,7 @@ data Token | ITunknown String -- Used when the lexer can't make sense of it | ITeof -- end of file token - deriving Text -- debugging + deriving Show -- debugging \end{code} -----------------------------------------------------------------------------