Skip to content

Commit

Permalink
Merge branch 'master' into wip/file-versions2
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Apr 1, 2022
2 parents c9d37fc + 81ba215 commit c362937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghcide/bench/hist/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import Numeric.Natural (Natural)
import System.Console.GetOpt
import System.FilePath


configPath :: FilePath
configPath = "bench/config.yaml"

Expand Down Expand Up @@ -88,6 +87,8 @@ ghcideBuildRules :: MkBuildRules BuildSystem
ghcideBuildRules = MkBuildRules findGhcForBuildSystem "ghcide" projectDepends buildGhcide
where
projectDepends = do
need . map ("../hls-graph/src" </>) =<< getDirectoryFiles "../hls-graph/src" ["//*.hs"]
need . map ("../hls-plugin-api/src" </>) =<< getDirectoryFiles "../hls-plugin-api/src" ["//*.hs"]
need . map ("src" </>) =<< getDirectoryFiles "src" ["//*.hs"]
need . map ("session-loader" </>) =<< getDirectoryFiles "session-loader" ["//*.hs"]
need =<< getDirectoryFiles "." ["*.cabal"]
Expand Down

0 comments on commit c362937

Please sign in to comment.