diff options
author | simonpj@microsoft.com <unknown> | 2010-09-24 15:56:20 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-09-24 15:56:20 +0000 |
commit | fb333806ecca4aaff8e217b2c6e492e077ec87fa (patch) | |
tree | 5a2a9d0c1fd052905a3d40a9e0125e9359269cc9 /compiler | |
parent | 04d927e7ed15e20b264c6a3531391776def9cab5 (diff) | |
download | haskell-fb333806ecca4aaff8e217b2c6e492e077ec87fa.tar.gz |
Add a comment
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main/DynFlags.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 58bf18cf2e..c3ce170b0f 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) |