diff --git a/hie.yaml b/hie.yaml index 7d6a18fe..5023c1c0 100644 --- a/hie.yaml +++ b/hie.yaml @@ -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" diff --git a/session-loader/Development/IDE/Session.hs b/session-loader/Development/IDE/Session.hs index d4c6c04c..6ccb15a8 100644 --- a/session-loader/Development/IDE/Session.hs +++ b/session-loader/Development/IDE/Session.hs @@ -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