summaryrefslogtreecommitdiff
path: root/compiler/cmm
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2014-02-02 08:54:43 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2014-02-02 08:56:23 +0100
commitf02897567c033f6657d9132215f73bcdc3cbac45 (patch)
tree312ceaa8675bd9b80db3e91c7ab50214de411e67 /compiler/cmm
parentd5fb6709df641010fb50bd120abd10257f4691b7 (diff)
downloadhaskell-f02897567c033f6657d9132215f73bcdc3cbac45.tar.gz
Remove redundant NoMonoLocalBinds pragma
Diffstat (limited to 'compiler/cmm')
-rw-r--r--compiler/cmm/CmmBuildInfoTables.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/cmm/CmmBuildInfoTables.hs b/compiler/cmm/CmmBuildInfoTables.hs
index 04c3b71494..d32581737f 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 #-}