summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmBuildInfoTables.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-26 17:37:38 +0000
committerIan Lynagh <igloo@earth.li>2012-02-26 17:37:38 +0000
commitee435a27c9884962b6a39a7f222a6e051a62afce (patch)
tree2eccd6e603728323fbbbd6df3c89f5ee1139ab58 /compiler/cmm/CmmBuildInfoTables.hs
parentbb6657df9685b71f2ca2246539b6e4db26191b10 (diff)
downloadhaskell-ee435a27c9884962b6a39a7f222a6e051a62afce.tar.gz
Change -X flags into LANGUAGE pragmas
Diffstat (limited to 'compiler/cmm/CmmBuildInfoTables.hs')
-rw-r--r--compiler/cmm/CmmBuildInfoTables.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/cmm/CmmBuildInfoTables.hs b/compiler/cmm/CmmBuildInfoTables.hs
index e6d9eea6e6..27c9bcb2cf 100644
--- a/compiler/cmm/CmmBuildInfoTables.hs
+++ b/compiler/cmm/CmmBuildInfoTables.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -XGADTs -XNoMonoLocalBinds #-}
+{-# LANGUAGE GADTs, NoMonoLocalBinds #-}
{-# OPTIONS -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
@@ -7,8 +7,8 @@
-- for details
-- Norman likes local bindings
--- If this module lives on I'd like to get rid of the -XNoMonoLocalBinds
--- flag in due course
+-- If this module lives on I'd like to get rid of the NoMonoLocalBinds
+-- extension in due course
-- Todo: remove -fno-warn-warnings-deprecations
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}