File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ import Numeric.Natural (Natural)
5757import System.Console.GetOpt
5858import System.FilePath
5959
60-
6160configPath :: FilePath
6261configPath = " bench/config.yaml"
6362
@@ -88,6 +87,8 @@ ghcideBuildRules :: MkBuildRules BuildSystem
8887ghcideBuildRules = MkBuildRules findGhcForBuildSystem " ghcide" projectDepends buildGhcide
8988 where
9089 projectDepends = do
90+ need . map (" ../hls-graph/src" </> ) =<< getDirectoryFiles " ../hls-graph/src" [" //*.hs" ]
91+ need . map (" ../hls-plugin-api/src" </> ) =<< getDirectoryFiles " ../hls-plugin-api/src" [" //*.hs" ]
9192 need . map (" src" </> ) =<< getDirectoryFiles " src" [" //*.hs" ]
9293 need . map (" session-loader" </> ) =<< getDirectoryFiles " session-loader" [" //*.hs" ]
9394 need =<< getDirectoryFiles " ." [" *.cabal" ]
You can’t perform that action at this time.
0 commit comments