ghc-cvs-snapshot with wxHaskell

Simon Marlow simonmar at microsoft.com
Thu Feb 17 12:04:13 EST 2005


On 17 February 2005 16:25, Georg Martius wrote:

> Another bug in ghc!
>> /usr/bin/ghc -M wxcore/src/Graphics/UI/WXCore/WxcClassTypes.hs  \
>>   -iout/wxcore/imports -Iwxc/include -iwxcore/src \
>>   -odir out/wxcore/imports/Graphics/UI/WXCore/ produces (among
>> others):
>>
out/wxcore/imports/Graphics/UI/WXCore//Graphics/UI/WXCore/WxcClassTypes.
o
>> : \	wxcore/src/Graphics/UI/WXCore/WxcClassTypes.hs  
> where you see that the -odir is not handled correctly.

This is correct behaviour for -odir.  The docs describe it:

http://www.haskell.org/ghc/docs/latest/html/users_guide/separate-compila
tion.html

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list