hls-explicit-imports-plugin 2.5.0.0 → 2.6.0.0
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~ghcidedep ~hls-plugin-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghcide, hls-plugin-api
API changes (from Hackage documentation)
Files
hls-explicit-imports-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-explicit-imports-plugin-version: 2.5.0.0+version: 2.6.0.0 synopsis: Explicit imports plugin for Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -37,9 +37,9 @@ , containers , deepseq , ghc- , ghcide == 2.5.0.0+ , ghcide == 2.6.0.0 , hls-graph- , hls-plugin-api == 2.5.0.0+ , hls-plugin-api == 2.6.0.0 , lens , lsp , mtl
src/Ide/Plugin/ExplicitImports.hs view
@@ -91,7 +91,7 @@ descriptorForModules recorder modFilter plId = let resolveRecorder = cmapWithPrio LogResolve recorder codeActionHandlers = mkCodeActionHandlerWithResolve resolveRecorder (codeActionProvider recorder) (codeActionResolveProvider recorder)- in (defaultPluginDescriptor plId)+ in (defaultPluginDescriptor plId "Provides a code action to make imports explicit") { -- This plugin provides a command handler pluginCommands = [PluginCommand importCommandId "Explicit import command" (runImportCommand recorder)],