Tomasz Zielonka wrote:
On Tue, Jul 03, 2007 at 09:28:35AM +0100, Simon Peyton-Jones wrote:
We have just instituted a cheap-and-cheerful mechanism for voting.
Each bug has a 'cc' field. To vote, just add your email address to
the cc field!
How should we separate email addresses?
Right now peop
On Tue, Jul 03, 2007 at 09:28:35AM +0100, Simon Peyton-Jones wrote:
> We have just instituted a cheap-and-cheerful mechanism for voting.
> Each bug has a 'cc' field. To vote, just add your email address to
> the cc field!
How should we separate email addresses?
Right now people use different char
Thanks for the advice.
Srdjan
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
On Tue, 2007-07-03 at 12:36 +0200, Srđan Stipić wrote:
> I wanted to compile simple Haskell program (simple.hs) to .c and after
> that to target platform (x86).
>
> I did the following things:
>
> ghc -C simple.hs
> mv simple.hc simple.c
> gcc -c simple.c -I/usr/lib/ghc-6.6/include/
>
> And I g
I wanted to compile simple Haskell program (simple.hs) to .c and after
that to target platform (x86).
I did the following things:
ghc -C simple.hs
mv simple.hc simple.c
gcc -c simple.c -I/usr/lib/ghc-6.6/include/
And I got the following error message:
In file included from /usr/lib/ghc-6.6/in
Friends,
We are gearing up towards at GHC 6.8 release. You can see details of what will
be in it in the GHC status report for April
http://hackage.haskell.org/trac/ghc/wiki/Status/April07.
One symptom of the sharply-increased use of GHC is the sharply-increased number
of bug reports and featu