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
>
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
On Mon, 26 Jan 2004 00:12:56 -0300 (CLST)
"andrew cooke" <[EMAIL PROTECTED]> wrote:
> the output is enclosed. the problem seems to be temporary files.
> what would cause that (i've just emailed him to check that the TEMP
> directory exists)?
> *** Literate pre-processor
> C:\GHC\GHC-6.2\unlit.e
On Sun, 25 Jan 2004 22:51:47 -0300 (CLST)
"andrew cooke" <[EMAIL PROTECTED]> wrote:
> Any suggestions?
Use the -v (or -vN for some digit N) to get verbose output, it should
point out exactly where the problem is happening. I'm betting it's some
problem finding/using gcc or ld, or potentially an
On Tue, 15 Jul 2003 14:49:41 +0200
Carsten Schultz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> is any workable example code for using Template Haskell to generate
> instance declarations available, eg the function `genEq' mentioned in
> the Template Haskell paper?
This is a module I made to warmup with
On Tue, 17 Jun 2003 19:23:55 -0700
John Meacham <[EMAIL PROTECTED]> wrote:
> change in list comprehension parsing?
> after I upgraded to ghc 6.0 there were some odd syntax errors on list
> comprehensions which i did not get before, making sure i put spaces
> between all symbols seems to fix them..