From 98dbad1214b2c49919802e4e51559604fcb21f9e Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 3 Nov 2000 10:42:39 +0000 Subject: [PATCH] [project @ 2000-11-03 10:42:39 by simonmar] remind me that -nohi doesn't do anything --- ghc/compiler/main/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 7300be0..d81b9fe 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -W -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.16 2000/10/31 11:16:30 simonmar Exp $ +-- $Id: Main.hs,v 1.17 2000/11/03 10:42:39 simonmar Exp $ -- -- GHC Driver program -- @@ -55,6 +55,7 @@ import Maybe ----------------------------------------------------------------------------- -- ToDo: +-- -nohi doesn't work -- new mkdependHS doesn't support all the options that the old one did (-X et al.) -- time commands when run with -v -- split marker -- 1.7.10.4