26 Feb
2012
26 Feb
'12
7:43 p.m.
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