X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmCPSZ.hs;h=fa568afdc9c8fe547f1cd02a96a75cc6f9385747;hb=83a8fc9f6e04436784693a2188a58eac9c3e9664;hp=e72d3f2da9d8b66e4dc57180b4c484c9f28b233d;hpb=d2ce0f52d42edf32bb9f13796e6ba6edba8bd516;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmCPSZ.hs b/compiler/cmm/CmmCPSZ.hs index e72d3f2..fa568af 100644 --- a/compiler/cmm/CmmCPSZ.hs +++ b/compiler/cmm/CmmCPSZ.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