hls-qualify-imported-names-plugin 2.5.0.0 → 2.6.0.0
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~ghcidedep ~hls-plugin-apidep ~hls-test-utilsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghcide, hls-plugin-api, hls-test-utils
API changes (from Hackage documentation)
Files
hls-qualify-imported-names-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-qualify-imported-names-plugin-version: 2.5.0.0+version: 2.6.0.0 synopsis: A Haskell Language Server plugin that qualifies imported names description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -30,9 +30,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 , text@@ -56,4 +56,4 @@ , text , filepath , hls-qualify-imported-names-plugin- , hls-test-utils == 2.5.0.0+ , hls-test-utils == 2.6.0.0
src/Ide/Plugin/QualifyImportedNames.hs view
@@ -87,7 +87,7 @@ thenCmp ordering _ = ordering descriptor :: PluginId -> PluginDescriptor IdeState-descriptor pluginId = (defaultPluginDescriptor pluginId) {+descriptor pluginId = (defaultPluginDescriptor pluginId "Provides a code action to qualify imported names") { pluginHandlers = mconcat [ mkPluginHandler SMethod_TextDocumentCodeAction codeActionProvider ]