On 11/01/2012, at 19:37, Gabor Greif wrote: > libraries/dph/dph-lifted-vseg/Data/Array/Parallel/PArray/PData/Base.hs:20:8: > Could not find module `SpecConstr' > Use -v to see a list of the files searched for. > make[1]: *** > [libraries/dph/dph-lifted-vseg/dist-install/build/.depend-v.haskell] > Error 1 > make: *** [all] Error 2 > > Turns out there is no such module in Base any more.
FWIW, SpecConstr is a ghc module which (I assume) isn't found because you removed the dependency on ghc. I have no idea why the ghc==7.* dependency is failing, it looks like a bug to me. Roman _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
