patch applied (packages/array): delete imports of Data.Foldable and
Data.Traversable (fixes #2176)
Ross Paterson
ross at soi.city.ac.uk
Sat Aug 16 20:59:56 EDT 2008
Sat Aug 16 17:23:48 PDT 2008 Ross Paterson <ross at soi.city.ac.uk>
* delete imports of Data.Foldable and Data.Traversable (fixes #2176)
These instances aren't orphans; they'll be available if Foldable or
Traversable are. They shouldn't be here because then they'd leak the
instances in Control.Monad.Instances into the Haskell 98 module Array.
M ./Data/Array.hs -4 +2
View patch online:
http://darcs.haskell.org/packages/array/_darcs/patches/20080817002348-b47d3-33123663c8b73171fd2b597bb1029794a76c869c.gz
More information about the Cvs-libraries
mailing list