patch applied (packages/array): Remove bang patterns from
Data.Array.Base
Ian Lynagh
igloo at earth.li
Fri Nov 12 17:06:13 EST 2010
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.
M ./Data/Array/Base.hs -15 +21
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=packages/array;a=darcs_commitdiff;h=20101112210902-3fd76-8a431ecaaa6ad496b073095c45a73f9ae62f7939.gz
More information about the Cvs-libraries
mailing list