From: simonpj@microsoft.com Date: Fri, 24 Sep 2010 15:56:20 +0000 (+0000) Subject: Add a comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fb333806ecca4aaff8e217b2c6e492e077ec87fa;p=ghc-hetmet.git Add a comment --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 58bf18c..c3ce170 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -802,6 +802,7 @@ languageExtensions Nothing -- behaviour the default, to see if anyone notices -- SLPJ July 06 -- In due course I'd like Opt_MonoLocalBinds to be on by default + -- But NB it's implied by GADTs etc -- SLPJ September 2010 : languageExtensions (Just Haskell2010) languageExtensions (Just Haskell98)