hls-plugin-api 2.9.0.0 → 2.9.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hls-graphPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hls-graph
API changes (from Hackage documentation)
- Ide.Types: instance Data.Default.Class.Default Ide.Types.Config
- Ide.Types: instance Data.Default.Class.Default Ide.Types.PluginConfig
+ Ide.Types: instance Data.Default.Internal.Default Ide.Types.Config
+ Ide.Types: instance Data.Default.Internal.Default Ide.Types.PluginConfig
Files
- hls-plugin-api.cabal +2/−2
hls-plugin-api.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-plugin-api-version: 2.9.0.0+version: 2.9.0.1 synopsis: Haskell Language Server API for plugin communication description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -66,7 +66,7 @@ , filepath , ghc , hashable- , hls-graph == 2.9.0.0+ , hls-graph == 2.9.0.1 , lens , lens-aeson , lsp ^>=2.7