-ddump-minimal-imports and -hidir / -odir

2004-10-12 Thread Peter Simons
Hi,

is it possible that GHC doesn't process the -hidir and -odir
command-line options correctly when -ddump-minimal-imports
is given as well? I have had this problem right now and
removing the -(hi|o)dir flags fixed it, so I figured I'd
better say something. ;-)

Peter

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: -ddump-minimal-imports and -hidir / -odir

2004-10-13 Thread Simon Marlow
On 12 October 2004 18:06, Peter Simons wrote:

> is it possible that GHC doesn't process the -hidir and -odir
> command-line options correctly when -ddump-minimal-imports
> is given as well? I have had this problem right now and
> removing the -(hi|o)dir flags fixed it, so I figured I'd
> better say something. ;-)

A quick test doesn't show up anything obviously wrong.  Can you give
more details?

Cheers,
Simon
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: -ddump-minimal-imports and -hidir / -odir

2004-10-14 Thread Peter Simons
Simon Marlow writes:

 > A quick test doesn't show up anything obviously wrong.
 > Can you give more details?

It turned out the cause of the problem was a bug in my
Makefile, not in GHC. I am sorry about that, I should have
tested more before posting anything. I apologize.

Peter

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users