> I am a long-time Hugs user, but am relatively new to ghc.
> I've been trying to get a Makefile working, with little success.
> After much investigation, the problem seems to be not with my Makefile,
> but that ghc does not like modules whose names start with 'Z'.
>
> Seems that a module called Zabc (in file Zabc.lhs) generates a
> Zabc.hi file whose first line is:
>
> __interface ZZabc 1 402 where
>             ^^ Note the repeated Z.
>                This repetition does not seem to happen for other
> module names!
>
> Is this a bug?

I saw this reported by someone else a month or two ago; it was fixed soon
after. Get a newer version, or use the obvious workaround.

--FC

Reply via email to