summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-11-26 17:07:48 +0000
committerIan Lynagh <igloo@earth.li>2011-11-26 17:07:48 +0000
commit9bebd4eae540f8988c5de39ef8d188bd76c3009a (patch)
tree54b2775bf788ba95bc58c5a6e1641b3f05f09f2f /compiler/codeGen
parent1ed5d7068e9274a81de4d42e5eaaa8afb9029e2b (diff)
downloadhaskell-9bebd4eae540f8988c5de39ef8d188bd76c3009a.tar.gz
Remove a tabs kludge
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/CgForeignCall.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/codeGen/CgForeignCall.hs b/compiler/codeGen/CgForeignCall.hs
index 0131655201..d96e9f8cfc 100644
--- a/compiler/codeGen/CgForeignCall.hs
+++ b/compiler/codeGen/CgForeignCall.hs
@@ -6,13 +6,6 @@
--
-----------------------------------------------------------------------------
-{-# 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
--- detab the module (please do the detabbing in a separate patch). See
--- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
--- for details
-
module CgForeignCall (
cgForeignCall,
emitForeignCall,