patch applied (packages/array): Remove bang patterns from
Data.Array.Base
Ian Lynagh
igloo at earth.li
Fri Nov 12 17:16:15 EST 2010
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.
More information about the Cvs-libraries
mailing list