[commit: ghc] master: Remove redundant NoMonoLocalBinds pragma (f028975)
git at git.haskell.org
git at git.haskell.org
Sun Feb 2 08:44:10 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f02897567c033f6657d9132215f73bcdc3cbac45/ghc
>---------------------------------------------------------------
commit f02897567c033f6657d9132215f73bcdc3cbac45
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Sun Feb 2 08:54:43 2014 +0100
Remove redundant NoMonoLocalBinds pragma
>---------------------------------------------------------------
f02897567c033f6657d9132215f73bcdc3cbac45
compiler/cmm/CmmBuildInfoTables.hs | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/compiler/cmm/CmmBuildInfoTables.hs b/compiler/cmm/CmmBuildInfoTables.hs
index 04c3b71..d325817 100644
--- a/compiler/cmm/CmmBuildInfoTables.hs
+++ b/compiler/cmm/CmmBuildInfoTables.hs
@@ -1,8 +1,4 @@
-{-# LANGUAGE GADTs, NoMonoLocalBinds #-}
-
--- Norman likes local bindings
--- If this module lives on I'd like to get rid of the NoMonoLocalBinds
--- extension in due course
+{-# LANGUAGE GADTs #-}
-- Todo: remove -fno-warn-warnings-deprecations
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
More information about the ghc-commits
mailing list