From fb333806ecca4aaff8e217b2c6e492e077ec87fa Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 24 Sep 2010 15:56:20 +0000 Subject: [PATCH] Add a comment --- compiler/main/DynFlags.hs | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.4