summaryrefslogtreecommitdiff
path: root/hadrian/hadrian.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-04-29 15:14:10 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-30 07:30:50 -0400
commit014ef4a3d9ee30b8add9118950f1f5007143bd1c (patch)
treec96637d36e1ca0b38b282cc1f4b3b648d8f7384a /hadrian/hadrian.cabal
parent19b701c216246596710f0eba112ed5ee7b6bf870 (diff)
downloadhaskell-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.cabal1
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