On 16 September 2004 03:03, Mike Thomas wrote:

> I just put this into HEAD:
> 
> $ cvs diff main/DriverPipeline.hs
> Enter passphrase for key '/home/miketh/.ssh/id_dsa':
> Index: main/DriverPipeline.hs
> ===================================================================
> RCS file: /home/cvs/root/fptools/ghc/compiler/main/DriverPipeline.hs,v
> retrieving revision 1.167
> diff -r1.167 DriverPipeline.hs
> 996a997,999
>> #if defined(mingw32_HOST_OS)
>>     let output_fn = case o_file of { Just s -> s; Nothing ->
>> "main.exe"; } #else
> 997a1001
>> #endif
> 
> If nobody objects to this unsophisticated solution by tomorrow I'll
> move it to the 6.2 branch.

I'm a bit wary of making changes that might break things for people in
the STABLE branch.  However, I guess this is *unlikely* to affect many
build systmes (they'll all be using -o).  I'll defer to you Win32
experts on this one.

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to