Thomas Hallgren <[EMAIL PROTECTED]> writes: 
> 
  ...
> I also encoutered another small problem resulting in 
> compilation errors like
> 
>     SizingF.hs:9: Could not find valid interface file `Sizing'
> 
> which seems to happen whenever an imported module has a name 
> containing the letter 'z'. From looking in the interface files,
> it seems that z is used as some kind of escape character...
> I managed to work around this by using symbolic links, e.g.,
> 
>     ln -s Sizing.hi Sizzing.hi
> 

Thanks for the report; fixed.

--ZZigbjorn

Reply via email to