hls-cabal-plugin 2.0.0.0 → 2.0.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~ghcidedep ~hls-graphdep ~hls-plugin-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghcide, hls-graph, hls-plugin-api, hls-test-utils
API changes (from Hackage documentation)
Files
- hls-cabal-plugin.cabal +5/−5
hls-cabal-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hls-cabal-plugin-version: 2.0.0.0+version: 2.0.0.1 synopsis: Cabal integration plugin with Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -48,10 +48,10 @@ , deepseq , directory , extra >=1.7.4- , ghcide == 2.0.0.0+ , ghcide == 2.0.0.1 , hashable- , hls-plugin-api == 2.0.0.0- , hls-graph == 2.0.0.0+ , hls-plugin-api == 2.0.0.1+ , hls-graph == 2.0.0.1 , lsp ^>=1.6.0.0 , lsp-types ^>=1.6.0.0 , regex-tdfa ^>=1.3.1@@ -74,7 +74,7 @@ , filepath , ghcide , hls-cabal-plugin- , hls-test-utils == 2.0.0.0+ , hls-test-utils == 2.0.0.1 , lens , lsp-types , tasty-hunit