diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-11-17 11:37:05 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-11-17 11:37:05 +0000 |
commit | 8b104b69acda45c272a2faed0f1a2dd7e6972d87 (patch) | |
tree | 06da6144b38aef24b6535617b0bae505f5232fe5 /utils/genprimopcode/Lexer.x | |
parent | 72fd6d39870c75bd5d916620ed5e707f07179385 (diff) | |
download | haskell-8b104b69acda45c272a2faed0f1a2dd7e6972d87.tar.gz |
add some {-# LANGUAGE BangPatterns #-} to mollify GHC
Diffstat (limited to 'utils/genprimopcode/Lexer.x')
-rw-r--r-- | utils/genprimopcode/Lexer.x | 1 |
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 |