From 89b704b4b5e7c62f95054328efb7670abfc01665 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 13 Nov 2000 17:12:37 +0000 Subject: [PATCH] [project @ 2000-11-13 17:12:37 by sewardj] Temporarily turn off the source-unchanged? test in DriverPipeline.compile whilst I figure out what's really supposed to happen :-) --- ghc/compiler/main/DriverPipeline.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 3e42f13..6ebf319 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.20 2000/11/13 14:34:37 sewardj Exp $ +-- $Id: DriverPipeline.hs,v 1.21 2000/11/13 17:12:37 sewardj Exp $ -- -- GHC Driver -- @@ -781,7 +781,7 @@ compile summary old_iface hst hit pcs = do -- run the compiler hsc_result <- hscMain dyn_flags{ hscOutName = output_fn } - (panic "compile:source_unchanged") + False -- (panic "compile:source_unchanged") location old_iface hst hit pcs case hsc_result of { -- 1.7.10.4