From 014ef4a3d9ee30b8add9118950f1f5007143bd1c Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 29 Apr 2020 15:14:10 +0100 Subject: 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. --- hadrian/hadrian.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'hadrian/hadrian.cabal') 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 -- cgit v1.2.1