From: rrt Date: Wed, 20 Dec 2000 15:44:29 +0000 (+0000) Subject: [project @ 2000-12-20 15:44:29 by rrt] X-Git-Tag: Approximately_9120_patches~3013 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=29612e3ba94b02d0abbbe98b3cebddee1833a2a7;p=ghc-hetmet.git [project @ 2000-12-20 15:44:29 by rrt] #include config.hs so that tests of mingw32_TARGET_OS work. --- diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 74d0b0a..5371181 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.43 2000/12/18 15:17:46 simonmar Exp $ +-- $Id: DriverPipeline.hs,v 1.44 2000/12/20 15:44:29 rrt Exp $ -- -- GHC Driver -- @@ -7,6 +7,8 @@ -- ----------------------------------------------------------------------------- +#include "../includes/config.h" + module DriverPipeline ( -- interfaces for the batch-mode driver