summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmLex.x
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-24 11:49:31 +0100
committerIan Lynagh <igloo@earth.li>2011-10-25 15:57:19 +0100
commitb214d1cb59ea93138e19e83248a9c8c90adbec58 (patch)
tree94b14c48f080d71f97d0b31eac8a1a5b98b6adf0 /compiler/cmm/CmmLex.x
parentb8f6ca66ba705a3b61e0457f4a30d2be5eb13153 (diff)
downloadhaskell-b214d1cb59ea93138e19e83248a9c8c90adbec58.tar.gz
Unconditionally derive some instances
They used to be only derived when DEBUG was on
Diffstat (limited to 'compiler/cmm/CmmLex.x')
-rw-r--r--compiler/cmm/CmmLex.x2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/cmm/CmmLex.x b/compiler/cmm/CmmLex.x
index cbadaa85e4..1e2b20d4b3 100644
--- a/compiler/cmm/CmmLex.x
+++ b/compiler/cmm/CmmLex.x
@@ -169,9 +169,7 @@ data CmmToken
| CmmT_Int Integer
| CmmT_Float Rational
| CmmT_EOF
-#ifdef DEBUG
deriving (Show)
-#endif
-- -----------------------------------------------------------------------------
-- Lexer actions