hls-splice-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-splice-plugin.cabal +4/−4
- src/Ide/Plugin/Splice.hs +1/−1
hls-splice-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-splice-plugin-version: 2.5.0.0+version: 2.6.0.0 synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes @@ -47,8 +47,8 @@ , foldl , ghc , ghc-exactprint- , ghcide == 2.5.0.0- , hls-plugin-api == 2.5.0.0+ , ghcide == 2.6.0.0+ , hls-plugin-api == 2.6.0.0 , hls-refactor-plugin , lens , lsp@@ -79,6 +79,6 @@ , base , filepath , hls-splice-plugin- , hls-test-utils == 2.5.0.0+ , hls-test-utils == 2.6.0.0 , text , row-types
src/Ide/Plugin/Splice.hs view
@@ -80,7 +80,7 @@ descriptor :: PluginId -> PluginDescriptor IdeState descriptor plId =- (defaultPluginDescriptor plId)+ (defaultPluginDescriptor plId "Provides a code action to evaluate a TemplateHaskell splice") { pluginCommands = commands , pluginHandlers = mkPluginHandler SMethod_TextDocumentCodeAction codeAction }