patch applied (packages/array): Remove bang patterns from
Data.Array.Base
Simon Peyton-Jones
simonpj at microsoft.com
Fri Nov 12 17:19:57 EST 2010
Sorry I'm getting mixed up. You're right: it's an error. It was erroneously accepted without BangPatterns flag before.
S
| -----Original Message-----
| From: cvs-libraries-bounces at haskell.org [mailto:cvs-libraries-bounces at haskell.org]
| On Behalf Of Ian Lynagh
| Sent: 12 November 2010 22:16
| To: cvs-libraries at haskell.org
| Subject: Re: patch applied (packages/array): Remove bang patterns from
| Data.Array.Base
|
| On Fri, Nov 12, 2010 at 10:09:56PM +0000, Simon Peyton-Jones wrote:
| > Sorry. I fixed that one too, but must have failed to push it. (It's only a warning, but
| -Werror ...)
|
| Oh...shouldn't it be an error?
|
|
| Thanks
| Ian
|
| > | -----Original Message-----
| > | From: cvs-libraries-bounces at haskell.org [mailto:cvs-libraries-
| bounces at haskell.org]
| > | On Behalf Of Ian Lynagh
| > | Sent: 12 November 2010 22:06
| > | To: cvs-libraries at haskell.org
| > | Subject: patch applied (packages/array): Remove bang patterns from
| Data.Array.Base
| > |
| > | Fri Nov 12 13:09:02 PST 2010 Ian Lynagh <igloo at earth.li>
| > | * Remove bang patterns from Data.Array.Base
| > | GHC now refuses to accept top-level bang patterns unless BangPAtterns is
| > | enabled, which we can't use in Data.Array.Base due to the way ! is used
| > | as an operator.
| _______________________________________________
| Cvs-libraries mailing list
| Cvs-libraries at haskell.org
| http://www.haskell.org/mailman/listinfo/cvs-libraries
More information about the Cvs-libraries
mailing list