Dear all,
After a long time I decided to start using Haskell again:-)
I've downloaded rpm sources (RPMs for SuSE Linux 7.3 (i386,
glibc 2.2) from Ralf Hinze: base and docs RPM, and profiling
libraries RPM.) from the ghc site and installed them. The
only problem I had was that I had to re-install
tis 2002-02-05 klockan 11.53 skrev Marc van Dongen:
> When I tried to compile some large program I was delighted
> to see that all object files got created smoothly.
>
> At the linking stage I got an error:
> ''cannot find -lreadline
>collect2: ld returned 1 exit status''
>
> I couldn't fin
Martin Norbäck ([EMAIL PROTECTED]) wrote:
: > ''cannot find -lreadline
: >collect2: ld returned 1 exit status''
: Install the readline-devel package.
Thanks. It now works as a charm.
Regards,
Marc
___
Glasgow-haskell-users mailing list
[EMAI
There have been a number of significant improvements made to GHC
since the 5.02 sources were branched off the main GHC development
tree, but we're not quite ready to make a full 5.04 release yet.
However, we're keen to get feedback on the new features from people
that don't have easy access t
What is arbitrarily ranked polymorphism? I don't
understand anything past rank 2... Is this arbitrarily
ranked polymorphism decidable?
This message has been brought to you by the letter alpha and the number pi.
___
Glasgow-haskell-users mailing lis
Apologies if this has been covered before. What compatibility is there
between code compiled in different versions of GHC?
My JVM-Bridge was compiled under 5.02 and assembled as package 'javavm'.
Will that package work if added to GHC 5.02.2? What about 5.03?
--
Ashley Yakeley, Seattle WA
__
At 2002-02-05 06:36, Julian Seward (Intl Vendor) wrote:
> - newtypes support deriving *any* class for which the
> underlying type is also an instance.
How about multi-parameter classes where there are instances for the
underlying type on more than one parameter: is it possible to specify
> Apologies if this has been covered before. What compatibility is there
> between code compiled in different versions of GHC?
>
As a rule, none. Always recompile your code for every new
release.
--sigbjorn
___
Glasgow-haskell-users mailing list
[E