summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmStackLayout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmm/CmmStackLayout.hs')
-rw-r--r--compiler/cmm/CmmStackLayout.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/cmm/CmmStackLayout.hs b/compiler/cmm/CmmStackLayout.hs
index c659f41149..8c4f8e3704 100644
--- a/compiler/cmm/CmmStackLayout.hs
+++ b/compiler/cmm/CmmStackLayout.hs
@@ -1,6 +1,7 @@
{-# OPTIONS_GHC -XGADTs -XNoMonoLocalBinds #-}
-- Norman likes local bindings
--- If this module lives on I'd like to get rid of this flag in due course
+-- If this module lives on I'd like to get rid of the -XNoMonoLocalBinds
+-- flag in due course
{-# OPTIONS -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
@@ -9,7 +10,7 @@
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
--- Todo: remove
+-- Todo: remove -fno-warn-warnings-deprecations
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}