hls-eval-plugin 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+3/−4 lines, 2 filesdep ~ghcide
Dependency ranges changed: ghcide
Files
hls-eval-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-eval-plugin-version: 1.2.0.1+version: 1.2.0.2 synopsis: Eval plugin for Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -65,7 +65,7 @@ , ghc , ghc-boot-th , ghc-paths- , ghcide >=1.5.0 && <1.6+ , ghcide >=1.5.0.1 && <1.6 , hashable , hls-graph , hls-plugin-api ^>=1.2
src/Ide/Plugin/Eval/CodeLens.hs view
@@ -540,8 +540,7 @@ ((_, res),_) <- liftIO $ loadSessionFun fp let env = fromMaybe (error $ "Unknown file: " <> fp) res ghcSessionDepsConfig = def- { forceLinkables = True- , checkForImportCycles = False+ { checkForImportCycles = False , fullModSummary = True } res <- fmap hscEnvWithImportPaths <$> ghcSessionDepsDefinition ghcSessionDepsConfig env nfp