From c5725b16ca7090841e54222ccf9122bdcb3f7047 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 14 Apr 2000 15:15:48 +0000
Subject: [PATCH] [project @ 2000-04-14 15:15:48 by simonmar] Text => Show

---
 ghc/compiler/parser/Lex.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/parser/Lex.lhs b/ghc/compiler/parser/Lex.lhs
index ab4bf3c7bb18..f626f4f3ff62 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}
 
 -----------------------------------------------------------------------------
-- 
GitLab