X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FCmmLex.x;h=50e9aea9e8832aca034dd6ede992054f78e271e4;hp=a5defb618ae8bf34e7ac41458e7189bdcc876469;hb=5289f5d85610f71625a439747a09384876655eb5;hpb=4db9ea9ec8b4ae0db74259bb87319643de1fd469 diff --git a/compiler/cmm/CmmLex.x b/compiler/cmm/CmmLex.x index a5defb6..50e9aea 100644 --- a/compiler/cmm/CmmLex.x +++ b/compiler/cmm/CmmLex.x @@ -11,6 +11,7 @@ ----------------------------------------------------------------------------- { +{-# LANGUAGE BangPatterns #-} {-# OPTIONS -Wwarn -w #-} -- The above -Wwarn supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix