|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
2.05Malcolm,
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? 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). Am I need of rolling back to 6.5, or is there a quick fix? Bob _______________________________________________ Hat mailing list Hat@... http://www.haskell.org/mailman/listinfo/hat |
|
|
Re: 2.05Hi
> {base|lang|util} arguments, but I still get errors re PackedString > (because it's been replaced with ByteString for non unicode, and PackedString has been depreciated, and shouldn't have been removed. Are you sure its totally gone? Thanks Neil _______________________________________________ Hat mailing list Hat@... http://www.haskell.org/mailman/listinfo/hat |
|
|
Re: 2.05Thomas Davie <tatd2@...> 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 _______________________________________________ Hat mailing list Hat@... http://www.haskell.org/mailman/listinfo/hat |
|
|
Re: 2.05Okay - something odd happened - I did a make realclean and started
over, and it's built this time. Very odd. Bob On 25 Oct 2006, at 11:43, Neil Mitchell wrote: > Hi > >> {base|lang|util} arguments, but I still get errors re PackedString >> (because it's been replaced with ByteString for non unicode, and > > PackedString has been depreciated, and shouldn't have been removed. > Are you sure its totally gone? > > Thanks > > Neil > _______________________________________________ > Hat mailing list > Hat@... > http://www.haskell.org/mailman/listinfo/hat _______________________________________________ Hat mailing list Hat@... http://www.haskell.org/mailman/listinfo/hat |
|
|
Re: 2.05On 25 Oct 2006, at 12:15, Malcolm Wallace wrote: > Thomas Davie <tatd2@...> 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? I think that's possibly the case. Anyway, it's built now - so I'm happy. Bob _______________________________________________ Hat mailing list Hat@... http://www.haskell.org/mailman/listinfo/hat |
| Free Forum Powered by Nabble | Forum Help |