On Thu, 2008-10-09 at 11:01 +0200, José Pedro Magalhães wrote: > Hello, > > On Thu, Oct 9, 2008 at 09:00, Don Stewart <[EMAIL PROTECTED]> wrote: > network/haskell-src fail due to needing syb, and thus base-3: > > Language/Haskell/Syntax.hs:67:7: > Could not find module `Data.Generics.Instances': > it is a member of package base-3.0.3.0, which is > hidden > > Network/URI.hs:128:7: > Could not find module `Data.Generics': > it is a member of package base-3.0.3.0, which is > hidden > > I suppose one could change the imports in those files to just > Data.Data, therefore removing the dependency on syb, no?
Yes, but it's not really the point. We're trying to see how much of hackage we can make work with 6.10 without having to update all of the packages. In most cases we think we can make them continue to work simply by building them against base 3 rather than 4. Duncan _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
