Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5420 commits behind, 1 commit ahead of the upstream repository.
  • Ben Gamari's avatar
    339e8ece
    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
    History
    hadrian/ghci: Allow arguments to be passed to GHCi
    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`.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ghci 106 B
#!/usr/bin/env bash

# By default on Linux/MacOS we build Hadrian using Cabal
(. "hadrian/ghci-cabal" $@)