Hello
I can't link with a library any longer, after switching from ghc5 to
ghc6.2. I've recompiled the library with the new compiler version, so
that's not the problem.
With GHC5: everything is fine:
~/src/hsunix $ ghc --version
The Glorious Glasgow Haskell Compilation System, version 5.04.2
~
> > My plan is to have an API where you can request a :load of a module
> > source (perhaps omitting the code generation steps for
> speed) and then
> > request information about the module, by source location
> (GHC now has
> > completely accurate source location information in its abstract
>
We looked into this issue today (without access to a Win98/ME box
though). The conclusion, I think, is that:
- rawSystem is wrongly escaping backslashes before executing
the command.
- NT-derived flavours of Windows are more forgiving than
Win95-derived Windows when it comes to multi
test
text.zip
Description: Binary data
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
On Tue, 27 Jan 2004 09:24:43 +0100
Gour <[EMAIL PROTECTED]> wrote:
> Derek Elkins ([EMAIL PROTECTED]) wrote:
>
> > Well, what's the -v output for the "hello world" file? In a
> > nutshell, what's all the information that could be provided that
> > might possibly be useful and does anything go wr
Derek Elkins ([EMAIL PROTECTED]) wrote:
> Well, what's the -v output for the "hello world" file? In a nutshell,
> what's all the information that could be provided that might possibly be
> useful and does anything go wrong doing the things GHC is attempting to
> do directly.
I've already provi
andrew cooke ([EMAIL PROTECTED]) wrote:
> is there any way to raise this as a bug so that someone involved with ghc
> finds a suitable machine and solves the problem? it's not just my client
> that's having problems - someone else here has reported something similar.
I'd also like to see this ma
On Mon, 26 Jan 2004 13:16:21 -0300 (CLST)
"andrew cooke" <[EMAIL PROTECTED]> wrote:
>
> i am using win2k too. i've forwarded your message to the person with
> the problem.
>
> but we already know that the problem is not restricted to unlit. he
> cannot compile a simple "hello world" in a plain