Skip to content

hadrian: Add omit_pragmas transformer

Matthew Pickering requested to merge wip/hadrian-interface-transformer into master

This transformer builds stage2 GHC with -fomit-interface-pragmas which can greatly reduce the amount of rebuilding but still allows most the tests to pass.

Merge request reports