File tree 1 file changed +2
-1
lines changed
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)
57
57
import System.Console.GetOpt
58
58
import System.FilePath
59
59
60
-
61
60
configPath :: FilePath
62
61
configPath = " bench/config.yaml"
63
62
@@ -88,6 +87,8 @@ ghcideBuildRules :: MkBuildRules BuildSystem
88
87
ghcideBuildRules = MkBuildRules findGhcForBuildSystem " ghcide" projectDepends buildGhcide
89
88
where
90
89
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" ]
91
92
need . map (" src" </> ) =<< getDirectoryFiles " src" [" //*.hs" ]
92
93
need . map (" session-loader" </> ) =<< getDirectoryFiles " session-loader" [" //*.hs" ]
93
94
need =<< getDirectoryFiles " ." [" *.cabal" ]
You can’t perform that action at this time.
0 commit comments