packages feed

hls-floskell-plugin 1.0.2.0 → 1.0.2.1

raw patch · 1 files changed

+5/−9 lines, 1 filesdep ~hls-test-utilsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hls-test-utils

API changes (from Hackage documentation)

Files

hls-floskell-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               hls-floskell-plugin-version:            1.0.2.0+version:            1.0.2.1 synopsis:           Integration with the Floskell code formatter description:   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -21,16 +21,14 @@     location: https://github.com/haskell/haskell-language-server.git  library-  if impl(ghc >= 9.3)+  if impl(ghc >= 9.5)     buildable: False-  else-    buildable: True   exposed-modules:  Ide.Plugin.Floskell   hs-source-dirs:   src   build-depends:     , base            >=4.12 && <5     , floskell        ^>=0.10-    , ghcide          ^>=1.6 || ^>=1.7 || ^>= 1.8 || ^>= 1.9+    , ghcide          ^>=1.6 || ^>=1.7 || ^>= 1.8 || ^>= 1.9 || ^>= 1.10     , hls-plugin-api  ^>=1.3 || ^>=1.4 || ^>= 1.5 || ^>= 1.6     , lsp-types       ^>=1.6     , text@@ -39,10 +37,8 @@   default-language: Haskell2010  test-suite tests-  if impl(ghc >= 9.3)+  if impl(ghc >= 9.5)     buildable: False-  else-    buildable: True   type:             exitcode-stdio-1.0   default-language: Haskell2010   hs-source-dirs:   test@@ -52,4 +48,4 @@     , base     , filepath     , hls-floskell-plugin-    , hls-test-utils       ^>=1.5+    , hls-test-utils       ^>=1.6