Add session-loader to hie.yaml (#714)

This commit is contained in:
Luke Lau 2020-07-28 12:39:39 +01:00 committed by GitHub
parent 826e886ada
commit 765967d19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,8 @@ cradle:
component: "ghcide:lib:ghcide"
- path: "./exe"
component: "ghcide:exe:ghcide"
- path: "./session-loader"
component: "ghcide:lib:ghcide"
- path: "./test"
component: "ghcide:test:ghcide-tests"
- path: "./bench"

View File

@ -206,8 +206,6 @@ loadSession dir = do
-- cradle is
let progMsg = "Setting up project " <> T.pack (takeBaseName (cradleRootDir cradle))
eopts <- withIndefiniteProgress progMsg NotCancellable $
cradleToOptsAndLibDir cradle cfp