summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmStackLayout.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-11-05 00:46:18 +0000
committerIan Lynagh <igloo@earth.li>2011-11-05 13:46:35 +0000
commit3f8023dc3d594616dc2fcdf22163100a80bfcb05 (patch)
treecc8564c92158492fc004d9c6be10ca7d44eb7996 /compiler/cmm/CmmStackLayout.hs
parentbaab7c1760fbf2ecf759b152aa2a19c6cd0bc54c (diff)
downloadhaskell-3f8023dc3d594616dc2fcdf22163100a80bfcb05.tar.gz
Clarify some comments
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 #-}