Re: GHC 7.6 failes to build
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Dec 05, 2012 at 05:49:03PM +0000, Simon Peyton-Jones wrote: > > validate from scratch on Linux on the 7.6 branch fails thus in dph. My validate.mk is htis > > I will move dph out of the way for now, but what's wrong? Hmm, we don't build DPH in the 7.6 branch by default, and I recently bumped HEAD's base version and updated DPH to match. For some reason all the DPH deps are of the form x.y.*, which means 7.6's base doesn't satisfy the dependency. Ben, Manuel, is there a reason the dependencies are in that form? Is the HEAD DPH supposed to work with the GHC 7.6 branch? Thanks Ian