snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 37 forks source link

Unbreak `cabal new-build` #466

Closed hvr closed 6 years ago

hvr commented 6 years ago

Using a local filepath forces new-build to build the non-local build-tool alex as in-place which however isn't supported properly by cabal new-build yet (this will be fixed at the earliest in cabal 2.2) and thus breaks hadrian/build.sh for me.

snowleopard commented 6 years ago

Thanks @hvr! Merged.