Skip to content

Commit

Permalink
Add session-loader to hie.yaml (haskell#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 authored and wz1000 committed Aug 23, 2020
1 parent e32800f commit 24b9869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ loadSession dir = do
-- cradle is
let progMsg = "Setting up project " <> T.pack (takeBaseName (cradleRootDir cradle))



eopts <- withIndefiniteProgress progMsg NotCancellable $
cradleToOptsAndLibDir cradle cfp

Expand Down

0 comments on commit 24b9869

Please sign in to comment.