hls-explicit-imports-plugin 0.1.0.2 → 1.0.0.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~ghcidedep ~hls-plugin-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghcide, hls-plugin-api
API changes (from Hackage documentation)
Files
hls-explicit-imports-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-explicit-imports-plugin-version: 0.1.0.2+version: 1.0.0.0 synopsis: Explicit imports plugin for Haskell Language Server license: Apache-2.0 license-file: LICENSE@@ -16,14 +16,14 @@ exposed-modules: Ide.Plugin.ExplicitImports hs-source-dirs: src build-depends: aeson- , base >=4.12 && <5+ , base >=4.12 && <5 , containers , deepseq , lsp-types , lsp- , hls-plugin-api+ , hls-plugin-api ^>= 1.0.0.0 , ghc- , ghcide >= 0.7.4+ , ghcide ^>= 1.0.0.0 , shake , text , unordered-containers