hls-ormolu-plugin 1.0.0.0 → 1.0.0.1
raw patch · 1 files changed
+19/−3 lines, 1 filesdep +ghc-api-compatdep ~hls-plugin-apidep ~hls-test-utilsnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependencies added: ghc-api-compat
Dependency ranges changed: hls-plugin-api, hls-test-utils
API changes (from Hackage documentation)
Files
- hls-ormolu-plugin.cabal +19/−3
hls-ormolu-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-ormolu-plugin-version: 1.0.0.0+version: 1.0.0.1 synopsis: Integration with the Ormolu code formatter description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -25,7 +25,7 @@ , ghc , ghc-boot-th , ghcide >=1.2 && <1.5- , hls-plugin-api ^>=1.1+ , hls-plugin-api >=1.1 && <1.3 , lens , lsp , ormolu ^>=0.1.2@@ -33,6 +33,22 @@ default-language: Haskell2010 + if impl(ghc < 8.10.5)+ build-depends:+ ghc-api-compat ==8.6+ elif impl(ghc == 8.10.5)+ build-depends:+ ghc-api-compat ==8.10.5+ elif impl(ghc == 8.10.6)+ build-depends:+ ghc-api-compat ==8.10.6+ elif impl(ghc == 8.10.7)+ build-depends:+ ghc-api-compat ==8.10.7+ elif impl(ghc == 9.0.1)+ build-depends:+ ghc-api-compat ==9.0.1+ test-suite tests type: exitcode-stdio-1.0 default-language: Haskell2010@@ -43,5 +59,5 @@ , base , filepath , hls-ormolu-plugin- , hls-test-utils ^>=1.0+ , hls-test-utils >=1.0 && <1.2 , lsp-types