summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Lexer.x
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-11-17 11:37:05 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-11-17 11:37:05 +0000
commit8b104b69acda45c272a2faed0f1a2dd7e6972d87 (patch)
tree06da6144b38aef24b6535617b0bae505f5232fe5 /utils/genprimopcode/Lexer.x
parent72fd6d39870c75bd5d916620ed5e707f07179385 (diff)
downloadhaskell-8b104b69acda45c272a2faed0f1a2dd7e6972d87.tar.gz
add some {-# LANGUAGE BangPatterns #-} to mollify GHC
Diffstat (limited to 'utils/genprimopcode/Lexer.x')
-rw-r--r--utils/genprimopcode/Lexer.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x
index 520d1e1742..df710d72b3 100644
--- a/utils/genprimopcode/Lexer.x
+++ b/utils/genprimopcode/Lexer.x
@@ -1,5 +1,6 @@
{
+{-# LANGUAGE BangPatterns #-} -- required for versions of Alex before 2.3.4
{-# OPTIONS -w -Wwarn #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix