Re: 2.05
Malcolm Wallace <[email protected]> Wed, 25 Oct 2006 12:15:03 +0100
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Thomas Davie <[email protected]> wrote: > Malcolm, > I'm trying to build hat with ghc 6.6 - I was under the impression > that you'd updated it to be compatible, or am I missing something? Oops, I forgot to push the very minor changes required into the main darcs repo. Sorry! Pushed now. > At the moment I've modified the make files to get rid of the -package > {base|lang|util} arguments, but I still get errors re PackedString > (because it's been replaced with ByteString for non unicode, and > String for unicode). There should be warnings about PackedString, but hopefully no errors. Maybe your Makefile changes broke something? Regards, Malcolm