packages feed

hls-refine-imports-plugin 1.0.3.0 → 1.0.4.0

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~ghcidedep ~hls-explicit-imports-plugindep ~hls-plugin-apiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghcide, hls-explicit-imports-plugin, hls-plugin-api

API changes (from Hackage documentation)

Files

hls-refine-imports-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               hls-refine-imports-plugin-version:            1.0.3.0+version:            1.0.4.0 synopsis:           Refine imports plugin for Haskell Language Server description:   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -15,6 +15,10 @@   test/testdata/*.hs   test/testdata/*.yaml +source-repository head+    type:     git+    location: https://github.com/haskell/haskell-language-server.git+ library   buildable: True   exposed-modules:    Ide.Plugin.RefineImports@@ -25,10 +29,10 @@     , containers     , deepseq     , ghc-    , ghcide                       ^>=1.8-    , hls-explicit-imports-plugin  ^>=1.1+    , ghcide                       ^>=1.9+    , hls-explicit-imports-plugin  ^>=1.2     , hls-graph-    , hls-plugin-api               ^>=1.5+    , hls-plugin-api               ^>=1.6     , lsp     , text     , unordered-containers
test/Main.hs view
@@ -23,8 +23,8 @@     , codeLensGoldenTest "UsualCase" 1     ] -refineImportsPlugin :: PluginDescriptor IdeState-refineImportsPlugin = RefineImports.descriptor mempty "refineImports"+refineImportsPlugin :: PluginTestDescriptor RefineImports.Log+refineImportsPlugin = mkPluginTestDescriptor RefineImports.descriptor "refineImports"  -- code action tests