diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-07-28 18:49:07 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-07-28 18:49:07 +0100 |
commit | 9e185cc06d9efa833f7b0efdcf3a1d434781ceb6 (patch) | |
tree | 93f57f693a462421eb426362ce05c459f2dfd668 /compiler/main | |
parent | b475be321106f79da115ae203a5a27fabfbb80d8 (diff) | |
download | haskell-9e185cc06d9efa833f7b0efdcf3a1d434781ceb6.tar.gz |
Remove an out-of-date comment (see #8101)
Diffstat (limited to 'compiler/main')
-rw-r--r-- | compiler/main/DynFlags.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 8b0fad33bd..d559bb403e 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 |