Using 'git bisect' on the GHC tree

Ian Lynagh igloo at earth.li
Mon Feb 27 01:43:48 CET 2012


On Mon, Feb 27, 2012 at 10:37:25AM +1100, Erik de Castro Lopo wrote:
> 
> Given a GHC git commit hash, is there a way to get the various
> libraries into a state where I can build the GHC version specified
> by the hash?

No, but if you have a list of nightly builds, e.g.
    http://darcs.haskell.org/ghcBuilder/builders/pgj2/
then you can get the fingerprint for that night's build, e.g.
    http://darcs.haskell.org/ghcBuilder/builders/pgj2/607/4.html
and use that to reconstruct the tree using
    utils/fingerprint/fingerprint.py


Thanks
Ian




More information about the Glasgow-haskell-users mailing list