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 39 forks source link

docs: add user-defined flavour example for turning off dynamic linking #535

Closed alpmestan closed 6 years ago

alpmestan commented 6 years ago

See #534 and https://ghc.haskell.org/trac/ghc/ticket/10536 Turns out most of the content I was thinking of was already explained, so I just kept it simple.

cc @snowleopard @izgzhen

snowleopard commented 6 years ago

@alpmestan Thank you! Merged.