X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenprimopcode%2FLexer.x;h=df710d72b3fc3bbecfa65bd6160db6b7e926e97a;hb=4c1f0681d85da48deaf706c0f05d971deb48261f;hp=520d1e1742407a4a5e7132734fe67f62e60352af;hpb=ed7732f91603a1e2169599c4046ce3f6bc208da0;p=ghc-hetmet.git diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x index 520d1e1..df710d7 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