[commit: ghc] master: Remove an out-of-date comment (see #8101) (9e185cc)
Ian Lynagh
igloo at ghc.haskell.org
Sun Jul 28 19:50:22 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9e185cc06d9efa833f7b0efdcf3a1d434781ceb6
>---------------------------------------------------------------
commit 9e185cc06d9efa833f7b0efdcf3a1d434781ceb6
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Jul 28 18:49:07 2013 +0100
Remove an out-of-date comment (see #8101)
>---------------------------------------------------------------
compiler/main/DynFlags.hs | 5 -----
1 file changed, 5 deletions(-)
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 8b0fad3..d559bb4 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -883,11 +883,6 @@ opt_lc dflags = sOpt_lc (settings dflags)
-- 'HscNothing' can be used to avoid generating any output, however, note
-- that:
--
--- * This will not run the desugaring step, thus no warnings generated in
--- this step will be output. In particular, this includes warnings related
--- to pattern matching. You can run the desugarer manually using
--- 'GHC.desugarModule'.
>---------------------------------------------------------------
-- * If a program uses Template Haskell the typechecker may try to run code
-- from an imported module. This will fail if no code has been generated
-- for this module. You can use 'GHC.needsTemplateHaskell' to detect
More information about the ghc-commits
mailing list