From: Andreas B. <ba...@in...> - 2003-12-23 16:02:46
|
Hi Daan, On Tue, Dec 23, 2003 at 04:34:30PM +0100, Daan Leijen wrote: > You are building with GHC 6.2, and it has some different package names. > You can fix it for now by adding the "parsec" package when building > wxdirect. I think that a quick and dirty way to make it work > would be to add the line: > > HCFLAGS += -package parsec > > to the start of the makefile. > Unfortunately, I won't be able to check this as I don't have 6.2 yet. > I am currently working on a new release (0.5) and that release will > work with ghc 6.2 out of the box. That did the trick. Thanks heaps. Cheers, Andi. |