mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
Add session-loader to hie.yaml (#714)
This commit is contained in:
parent
826e886ada
commit
765967d19b
2
hie.yaml
2
hie.yaml
@ -10,6 +10,8 @@ cradle:
|
|||||||
component: "ghcide:lib:ghcide"
|
component: "ghcide:lib:ghcide"
|
||||||
- path: "./exe"
|
- path: "./exe"
|
||||||
component: "ghcide:exe:ghcide"
|
component: "ghcide:exe:ghcide"
|
||||||
|
- path: "./session-loader"
|
||||||
|
component: "ghcide:lib:ghcide"
|
||||||
- path: "./test"
|
- path: "./test"
|
||||||
component: "ghcide:test:ghcide-tests"
|
component: "ghcide:test:ghcide-tests"
|
||||||
- path: "./bench"
|
- path: "./bench"
|
||||||
|
@ -206,8 +206,6 @@ loadSession dir = do
|
|||||||
-- cradle is
|
-- cradle is
|
||||||
let progMsg = "Setting up project " <> T.pack (takeBaseName (cradleRootDir cradle))
|
let progMsg = "Setting up project " <> T.pack (takeBaseName (cradleRootDir cradle))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
eopts <- withIndefiniteProgress progMsg NotCancellable $
|
eopts <- withIndefiniteProgress progMsg NotCancellable $
|
||||||
cradleToOptsAndLibDir cradle cfp
|
cradleToOptsAndLibDir cradle cfp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user