@-bindings broken in 6.0?

Simon Peyton-Jones simonpj@microsoft.com
Tue, 24 Jun 2003 13:45:05 +0100


There's support for more fine-grained distinctions now.  We hav
	-fffi
	-fglasgow-exts
	-farrows
	-fparr		(Manuel's parallel array stuff)

We could add
	-fth

(or -fTH?) if that seemed better

S

| -----Original Message-----
| From: Ralf Hinze [mailto:ralf@informatik.uni-bonn.de]
| Sent: 24 June 2003 13:42
| To: Ketil Z. Malde; Simon Peyton-Jones
| Cc: John Meacham; glasgow-haskell-users@haskell.org
| Subject: Re: @-bindings broken in 6.0?
|=20
| > I think lumping all these extensions under one switch is the
| > problem.
|=20
| Yep, I agree. Would it be hard to split `-fglasgow-exts'
| up? I'd greatly appreciate a more fine-grained control
| here.
|=20
| Cheers, Ralf
|=20