GaloisInc / HaLVM

The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen
BSD 3-Clause "New" or "Revised" License
1.05k stars 88 forks source link

Fix the build system #15

Closed acw closed 7 years ago

acw commented 11 years ago

The build system is very delicate at the moment, with three major problems:

I'm not sure if just deleting the current system and starting again or fixing the current system is the better solution, but something should be done.

acw commented 9 years ago

In addition: the Makefile should probably automatically pull down the right versions of the various tools required, because not doing so is causing a lot of problems. In addition, it's hard to count on the underlying distributions having the right things.