RE: linking problems after switching from GHC5 to GHC6

2004-02-02 Thread Simon Marlow
Thanks; looks like I overlooked that patch. One workaround is to use '-lfoo' rather than 'foo.a' (not forgetting to add the lib directory with -Ldir if necessary). Cheers, Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sigbjorn

RE: Generics and type classes

2004-02-02 Thread Simon Peyton-Jones
What you ask is not easy. When you ask for everywhere special you ask to apply special to each node of the tree -- and special requires the MyClass dictionary. But the library code for 'gmapT' and 'everywhere' don't know about MyClass. In particular, to do (gmapT special), poor old

ghc6.2 on Solaris

2004-02-02 Thread George Russell
I have produced, with Simon M's help, an unofficial binary release of ghc 6.2 on Solaris. This may be downloaded from http://www.informatik.uni-bremen.de/~ger/ghc/ ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED]