summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2012-03-23 09:34:28 -0700
committerDavid Terei <davidterei@gmail.com>2012-03-23 09:34:28 -0700
commit2abd65ea54ebeb2b1491558e7564cb5824856cd6 (patch)
treec60288163ecd33ac928d9b05c480eb49124901ee /ghc
parent68d00a07c99fd055a49cc4a71aa7c4b5ae480dbb (diff)
downloadhaskell-2abd65ea54ebeb2b1491558e7564cb5824856cd6.tar.gz
Tabs -> Spaces
Diffstat (limited to 'ghc')
-rw-r--r--ghc/GhciTags.hs17
1 files changed, 5 insertions, 12 deletions
diff --git a/ghc/GhciTags.hs b/ghc/GhciTags.hs
index a3ad646309..d37b93fb3f 100644
--- a/ghc/GhciTags.hs
+++ b/ghc/GhciTags.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#TabsvsSp
--- for details
-
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
module GhciTags (
createCTagsWithLineNumbersCmd,
@@ -65,12 +58,12 @@ ghciCreateTagsFile kind file = do
createTagsFile kind file
-- ToDo:
--- - remove restriction that all modules must be interpreted
--- (problem: we don't know source locations for entities unless
--- we compiled the module.
+-- - remove restriction that all modules must be interpreted
+-- (problem: we don't know source locations for entities unless
+-- we compiled the module.
--
--- - extract createTagsFile so it can be used from the command-line
--- (probably need to fix first problem before this is useful).
+-- - extract createTagsFile so it can be used from the command-line
+-- (probably need to fix first problem before this is useful).
--
createTagsFile :: TagsKind -> FilePath -> GHCi ()
createTagsFile tagskind tagsFile = do