packages feed

hls-explicit-record-fields-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-record-fields-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               hls-explicit-record-fields-plugin-version:            2.5.0.0+version:            2.6.0.0 synopsis:           Explicit record fields plugin for Haskell Language Server description:   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -35,8 +35,8 @@     build-depends:       , base                  >=4.12 && <5       , ghc-      , ghcide                == 2.5.0.0-      , hls-plugin-api        == 2.5.0.0+      , ghcide                == 2.6.0.0+      , hls-plugin-api        == 2.6.0.0       , lsp       , lens       , hls-graph
src/Ide/Plugin/ExplicitFields.hs view
@@ -106,7 +106,7 @@ descriptor recorder plId =   let resolveRecorder = cmapWithPrio LogResolve recorder       (carCommands, caHandlers) = mkCodeActionWithResolveAndCommand resolveRecorder plId codeActionProvider codeActionResolveProvider-  in (defaultPluginDescriptor plId)+  in (defaultPluginDescriptor plId "Provides a code action to make record wildcards explicit")   { pluginHandlers = caHandlers   , pluginCommands = carCommands   , pluginRules = collectRecordsRule recorder *> collectNamesRule