diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2020-04-29 15:14:10 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-30 07:30:50 -0400 |
commit | 014ef4a3d9ee30b8add9118950f1f5007143bd1c (patch) | |
tree | c96637d36e1ca0b38b282cc1f4b3b648d8f7384a /hadrian/hadrian.cabal | |
parent | 19b701c216246596710f0eba112ed5ee7b6bf870 (diff) | |
download | haskell-014ef4a3d9ee30b8add9118950f1f5007143bd1c.tar.gz |
Hadrian: Improve tool-args command to support more components
There is a new command to hadrian, tool:path/to/file.hs, which returns
the options needed to compile that file in GHCi.
This is now used in the ghci script with argument `ghc/Main.hs` but its
main purpose is to support the new multi-component branch of ghcide.
Diffstat (limited to 'hadrian/hadrian.cabal')
-rw-r--r-- | hadrian/hadrian.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal index 1dc70d8728..19ba672c09 100644 --- a/hadrian/hadrian.cabal +++ b/hadrian/hadrian.cabal @@ -77,6 +77,7 @@ executable hadrian , Rules.Program , Rules.Register , Rules.Rts + , Rules.ToolArgs , Rules.Selftest , Rules.SimpleTargets , Rules.SourceDist |