GHC 6.2.1 under darwinports

2004-03-25 Thread Gregory Wright
Hi,

The Glasgow Haskell Compiler supported under darwinports has been
bumped to version 6.2.1. By default, GHC now builds with OpenGL support.
The build should work for both OS X 10.2.x and 10.3.x.
This lets Mac OS X jaguar users to get the latest version
of GHC, as Wolfgang Thaller's binary release is only tested with 
panther.
It can also provide amusement for those who just like to build from 
source.

For information on getting darwinports, see 
http://darwinports.opendarwin.org.

Best Wishes,
Greg Wright
Gregory Wright
Antiope Associates LLC
[EMAIL PROTECTED]
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: [Haskell] deriving with newtypes

2004-03-25 Thread Simon Peyton-Jones
[Redirecting to GHC users.]

This seems like a very reasonable point.   Not possible today, but it
should be.  It'll go on my to-do list.  Meanwhile, I guess you can
always do it by steam.

Simon

| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Wolfgang
| Jeltsch
| Sent: 21 March 2004 17:55
| To: The Haskell Mailing List
| Subject: [Haskell] deriving with newtypes
| 
| Hello,
| 
| I'm trying to use GHC's deriving mechanism for newtypes in the
following way:
| class C a b
| instance C [a] Char
| newtype T = T Char deriving C [a]
| Unfortunately, this isn't possible. Is there a reason for this? Can I
| circumvent this restriction?
| 
| Wolfgang
| 
| ___
| Haskell mailing list
| [EMAIL PROTECTED]
| http://www.haskell.org/mailman/listinfo/haskell
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: Bug report.

2004-03-25 Thread Simon Marlow
 
> Started getting:
> 
> ghc-6.2.1.20040313: panic! (the `impossible' happened, GHC 
> version 6.2.1.20040313):
> mkTyVar a1 {- tv a75q -}
> 
> Please report it as a compiler bug to 
> [EMAIL PROTECTED],
> or http://sourceforge.net/projects/ghc/.
> 
> today... definitely a but to do with class inference, as it 
> started appearing
> aftyer changing some instance constraints and fundeps on classes.
> 
> Can't really be a lot more specific as code is big. Let me 
> know if you want
> me to produce a small code extract which triggers it.

Could you send us enough code to reproduce the bug?  The smaller the
better, but don't worry if you can't reduce it.

Cheers,
Simon
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: ANNOUNCE: GHC version 6.2.1

2004-03-25 Thread Simon Marlow
 
> >
> > The (Interactive) Glasgow Haskell Compiler -- version 6.2.1
> >
> 
> A Mac OS X 10.3 (Panther) binary installer package is now 
> available at:
> http://www.uni-graz.at/imawww/haskell/GHC.6.2.1.dmg

Thanks!

6.2.1 packages are now available for:  Windows, RedHat 9, FreeBSD, and
MacOS X.

Cheers,
Simon
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ANNOUNCE: GHC version 6.2.1

2004-03-25 Thread Wolfgang Thaller
   
The (Interactive) Glasgow Haskell Compiler -- version 6.2.1
   
A Mac OS X 10.3 (Panther) binary installer package is now available at:
http://www.uni-graz.at/imawww/haskell/GHC.6.2.1.dmg
Enjoy!

Wolfgang

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Bug report.

2004-03-25 Thread MR K P SCHUPKE

Started getting:

ghc-6.2.1.20040313: panic! (the `impossible' happened, GHC version 6.2.1.20040313):
mkTyVar a1 {- tv a75q -}

Please report it as a compiler bug to [EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.

today... definitely a but to do with class inference, as it started appearing
aftyer changing some instance constraints and fundeps on classes.

Can't really be a lot more specific as code is big. Let me know if you want
me to produce a small code extract which triggers it.

Regards,
Keean.
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users