X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmSpillReload.hs;h=a8839a87985de736923e2c0f4c679faea9e08d17;hb=8350c21760d8610b0b2f329095ffb80bb1bc20d9;hp=c457383e6b6448eb32a520b0bdde8bfffa6399c5;hpb=d2ce0f52d42edf32bb9f13796e6ba6edba8bd516;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmSpillReload.hs b/compiler/cmm/CmmSpillReload.hs index c457383..a8839a8 100644 --- a/compiler/cmm/CmmSpillReload.hs +++ b/compiler/cmm/CmmSpillReload.hs @@ -1,4 +1,6 @@ +#if __GLASGOW_HASKELL__ >= 611 {-# OPTIONS_GHC -XNoMonoLocalBinds #-} +#endif -- Norman likes local bindings -- If this module lives on I'd like to get rid of this flag in due course