patch applied (packages/base): new Control.Category, ghc ticket #1773

Ross Paterson ross at soi.city.ac.uk
Mon Oct 29 16:37:15 EDT 2007


On Mon, Oct 29, 2007 at 11:42:11AM -0700, Ashley Yakeley wrote:
> On Mon, 2007-10-29 at 13:48 +0000, Simon Marlow wrote:
> > It appears that GHC is looking for Control.Arrow.>>>, which has moved to 
> > Control.Category.  Third issue:
> 
> I'm not sure why the tests are looking for Control.Arrow.>>>, which
> doesn't exist anymore. I'm doing a full clean & build to see if the
> problem goes away.

It won't go away without corresponding changes in GHC, because the tests
use arrow notation, whose translation uses >>>.  I'll have a look.


More information about the Cvs-libraries mailing list