hls-gadt-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-gadt-plugin.cabal +4/−4
- src/Ide/Plugin/GADT.hs +1/−1
hls-gadt-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-gadt-plugin-version: 2.5.0.0+version: 2.6.0.0 synopsis: Convert to GADT syntax plugin description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-gadt-plugin#readme>@@ -35,10 +35,10 @@ , containers , extra , ghc- , ghcide == 2.5.0.0+ , ghcide == 2.6.0.0 , ghc-boot-th , ghc-exactprint- , hls-plugin-api == 2.5.0.0+ , hls-plugin-api == 2.6.0.0 , hls-refactor-plugin , lens , lsp >=2.3@@ -68,7 +68,7 @@ , base , filepath , hls-gadt-plugin- , hls-test-utils == 2.5.0.0+ , hls-test-utils == 2.6.0.0 , lens , lsp , lsp-test
src/Ide/Plugin/GADT.hs view
@@ -38,7 +38,7 @@ import Language.LSP.Server (sendRequest) descriptor :: PluginId -> PluginDescriptor IdeState-descriptor plId = (defaultPluginDescriptor plId)+descriptor plId = (defaultPluginDescriptor plId "Provides a code action to convert datatypes to GADT syntax") { Ide.Types.pluginHandlers = mkPluginHandler SMethod_TextDocumentCodeAction codeActionHandler , pluginCommands =