summaryrefslogtreecommitdiff
path: root/ghc/compiler
diff options
context:
space:
mode:
authorsimonpj <unknown>2001-02-20 09:55:12 +0000
committersimonpj <unknown>2001-02-20 09:55:12 +0000
commit17de8ea2c9bc3bd3485737a3514e9fa8bcaec4f7 (patch)
tree3fa550e2e77ec1e9e16ebbeb250ef7169348c7a1 /ghc/compiler
parentf1e064a8e6314b759ab2603d4979a4b2e08f1bdc (diff)
downloadhaskell-17de8ea2c9bc3bd3485737a3514e9fa8bcaec4f7.tar.gz
[project @ 2001-02-20 09:55:12 by simonpj]
Wibble
Diffstat (limited to 'ghc/compiler')
-rw-r--r--ghc/compiler/main/CmdLineOpts.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs
index 3e6d0bf815..573850bcc2 100644
--- a/ghc/compiler/main/CmdLineOpts.lhs
+++ b/ghc/compiler/main/CmdLineOpts.lhs
@@ -1,4 +1,4 @@
-%
+
% (c) The University of Glasgow, 1996-2000
%
\section[CmdLineOpts]{Things to do with command-line options}
@@ -237,7 +237,6 @@ data DynFlag
| Opt_D_dump_stranal
| Opt_D_dump_tc
| Opt_D_dump_types
- | Opt_D_dump_tc_trace
| Opt_D_dump_rules
| Opt_D_dump_usagesp
| Opt_D_dump_cse
@@ -246,6 +245,7 @@ data DynFlag
| Opt_D_dump_rn_stats
| Opt_D_dump_stix
| Opt_D_dump_simpl_stats
+ | Opt_D_dump_tc_trace
| Opt_D_dump_BCOs
| Opt_D_source_stats
| Opt_D_verbose_core2core