Skip to content

hadrian/ghci: Allow arguments to be passed to GHCi

Ben Gamari requested to merge wip/fix-hadrian-ghci into master

Previously the arguments passed to hadrian/ghci were passed both to hadrian and GHCi. This is rather odd given that there are essentially not arguments in the intersection of the two. Let's just pass them to GHCi; this allows hadrian/ghci -Werror.

Merge request reports