Skip to content
  • Ben Gamari's avatar
    hadrian/ghci: Allow arguments to be passed to GHCi · 339e8ece
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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`.
    339e8ece