hls-call-hierarchy-plugin 2.3.0.0 → 2.4.0.0
raw patch · 1 files changed
+4/−5 lines, 1 filesdep ~ghcidedep ~hls-plugin-apidep ~hls-test-utils
Dependency ranges changed: ghcide, hls-plugin-api, hls-test-utils
Files
hls-call-hierarchy-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-call-hierarchy-plugin-version: 2.3.0.0+version: 2.4.0.0 synopsis: Call hierarchy plugin for Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-call-hierarchy-plugin#readme>@@ -33,9 +33,9 @@ , base >=4.12 && <5 , containers , extra- , ghcide == 2.3.0.0+ , ghcide == 2.4.0.0 , hiedb- , hls-plugin-api == 2.3.0.0+ , hls-plugin-api == 2.4.0.0 , lens , lsp >=2.2.0.0 , sqlite-simple@@ -46,7 +46,6 @@ default-extensions: DataKinds test-suite tests- buildable: True type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test@@ -59,7 +58,7 @@ , extra , filepath , hls-call-hierarchy-plugin- , hls-test-utils == 2.3.0.0+ , hls-test-utils == 2.4.0.0 , ghcide-test-utils , lens , lsp