
17 Jun
2012
17 Jun
'12
3:43 p.m.
How would I do something like that [save and restore a Hakell project configuration] in Hub?
Once I have an environment I am happy with, I save its configuration
(here the hub is named 'project'):
hub save project >project.har
I would check this file into the source repository and at the start of
the build process
(it could be in a script or makefile) I would load it thus:
hub load project