From b76bd4f4ff65e8b6f65918f8e810b4798103e9a9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Dec 2000 11:40:32 +0000 Subject: [PATCH] [project @ 2000-12-11 11:40:32 by simonmar] -fno-implicit-prelude isn't a static flag any more --- ghc/compiler/main/CmdLineOpts.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index cf5fdeb..59861ce 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -504,7 +504,6 @@ isStaticHscFlag f = "fignore-asserts", "fignore-interface-pragmas", "fno-hi-version-check", - "fno-implicit-prelude", "dno-black-holing", "fomit-interface-pragmas", "fno-pre-inlining", -- 1.7.10.4