[commit: ghc] master: Remove unnecessary LANGUAGE pragma (c6ce808)

git at git.haskell.org git at git.haskell.org
Sat Feb 1 15:48:51 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c6ce808845cc9e403a6bd210930f8d7943b189e2/ghc

>---------------------------------------------------------------

commit c6ce808845cc9e403a6bd210930f8d7943b189e2
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Sat Feb 1 15:39:09 2014 +0100

    Remove unnecessary LANGUAGE pragma


>---------------------------------------------------------------

c6ce808845cc9e403a6bd210930f8d7943b189e2
 compiler/cmm/CmmPipeline.hs |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/compiler/cmm/CmmPipeline.hs b/compiler/cmm/CmmPipeline.hs
index 5c2d54d..98b398f 100644
--- a/compiler/cmm/CmmPipeline.hs
+++ b/compiler/cmm/CmmPipeline.hs
@@ -1,7 +1,3 @@
-{-# LANGUAGE NoMonoLocalBinds #-}
--- Norman likes local bindings
--- If this module lives on I'd like to get rid of this extension in due course
-
 module CmmPipeline (
   -- | Converts C-- with an implicit stack and native C-- calls into
   -- optimized, CPS converted and native-call-less C--.  The latter
@@ -383,4 +379,3 @@ dumpWith dflags flag txt g = do
    dumpIfSet_dyn dflags flag txt (ppr g)
    when (not (dopt flag dflags)) $
       dumpIfSet_dyn dflags Opt_D_dump_cmm txt (ppr g)
-



More information about the ghc-commits mailing list