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

Build system broken if GHC 7.8.4 installed #70

Closed mhuesch closed 9 years ago

mhuesch commented 9 years ago

It seems we don't build our own GHC if we see a 7.8.4 one, and that causes problems.

thumphries commented 9 years ago

You can probably fix this by scrapping the else branch here https://github.com/GaloisInc/HaLVM/blob/master/Makefile#L62

mhuesch commented 9 years ago

@thumphries thanks, that looks like the right spot. @acw shall I make the change?

acw commented 9 years ago

Sure. Just ditch that whole conditional.