hls-pragmas-plugin 2.3.0.0 → 2.4.0.0
raw patch · 1 files changed
+4/−6 lines, 1 filesdep ~ghcidedep ~hls-plugin-apidep ~hls-test-utils
Dependency ranges changed: ghcide, hls-plugin-api, hls-test-utils
Files
- hls-pragmas-plugin.cabal +4/−6
hls-pragmas-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-pragmas-plugin-version: 2.3.0.0+version: 2.4.0.0 synopsis: Pragmas plugin for Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -22,7 +22,6 @@ location: https://github.com/haskell/haskell-language-server.git library- buildable: True exposed-modules: Ide.Plugin.Pragmas hs-source-dirs: src build-depends:@@ -30,8 +29,8 @@ , extra , fuzzy , ghc- , ghcide == 2.3.0.0- , hls-plugin-api == 2.3.0.0+ , ghcide == 2.4.0.0+ , hls-plugin-api == 2.4.0.0 , lens , lsp , text@@ -42,7 +41,6 @@ default-language: Haskell2010 test-suite tests- buildable: True type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test@@ -53,7 +51,7 @@ , base , filepath , hls-pragmas-plugin- , hls-test-utils == 2.3.0.0+ , hls-test-utils == 2.4.0.0 , lens , lsp-types , text