diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index ad73437926..c30b7616c2 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -187,12 +187,12 @@ common example-plugins common class if flag(class) || flag(all-plugins) - build-depends: hls-class-plugin ^>= 1.0.0.1 + build-depends: hls-class-plugin ^>= 1.1.0.0 cpp-options: -Dclass common haddockComments if flag(haddockComments) || flag(all-plugins) - build-depends: hls-haddock-comments-plugin ^>= 1.0.0.1 + build-depends: hls-haddock-comments-plugin ^>= 1.1.0.0 cpp-options: -DhaddockComments common eval @@ -202,12 +202,12 @@ common eval common importLens if flag(importLens) || flag(all-plugins) - build-depends: hls-explicit-imports-plugin ^>= 1.0.0.1 + build-depends: hls-explicit-imports-plugin ^>= 1.1.0.0 cpp-options: -DimportLens common retrie if flag(retrie) || flag(all-plugins) - build-depends: hls-retrie-plugin ^>= 1.0.0.1 + build-depends: hls-retrie-plugin ^>= 1.1.0.0 cpp-options: -Dretrie common tactic @@ -217,7 +217,7 @@ common tactic common hlint if flag(hlint) || flag(all-plugins) - build-depends: hls-hlint-plugin ^>= 1.0.0.2 + build-depends: hls-hlint-plugin ^>= 1.1.0.0 cpp-options: -Dhlint common moduleName @@ -235,7 +235,7 @@ common pragmas common splice if flag(splice) || flag(all-plugins) - build-depends: hls-splice-plugin ^>= 1.0.0.1 + build-depends: hls-splice-plugin ^>= 1.1.0.0 cpp-options: -Dsplice -- formatters @@ -263,12 +263,12 @@ common ormolu common stylishHaskell if flag(stylishHaskell) || flag(all-formatters) - build-depends: hls-stylish-haskell-plugin ^>= 1.0.0.0 + build-depends: hls-stylish-haskell-plugin ^>= 1.1.0.0 cpp-options: -DstylishHaskell common brittany if (flag(brittany) || flag(all-formatters)) - build-depends: hls-brittany-plugin ^>= 1.0.0.1 + build-depends: hls-brittany-plugin ^>= 1.1.0.0 cpp-options: -Dbrittany executable haskell-language-server diff --git a/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal b/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal index e09b720dc8..71ef39b1ce 100644 --- a/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal +++ b/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-brittany-plugin -version: 1.0.0.1 +version: 1.1.0.0 synopsis: Integration with the Brittany code formatter description: Please see the README on GitHub at diff --git a/plugins/hls-class-plugin/hls-class-plugin.cabal b/plugins/hls-class-plugin/hls-class-plugin.cabal index 6befd132df..cf088bc74c 100644 --- a/plugins/hls-class-plugin/hls-class-plugin.cabal +++ b/plugins/hls-class-plugin/hls-class-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-class-plugin -version: 1.0.0.1 +version: 1.1.0.0 synopsis: Class/instance management plugin for Haskell Language Server diff --git a/plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal b/plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal index 6d7cb0242a..8533be8539 100644 --- a/plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal +++ b/plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-explicit-imports-plugin -version: 1.0.0.1 +version: 1.1.0.0 synopsis: Explicit imports plugin for Haskell Language Server license: Apache-2.0 license-file: LICENSE diff --git a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal index fda5c3d910..048da33300 100644 --- a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal +++ b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-haddock-comments-plugin -version: 1.0.0.1 +version: 1.1.0.0 synopsis: Haddock comments plugin for Haskell Language Server description: Please see the README on GitHub at diff --git a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal index b23d6745da..79fd639d94 100644 --- a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal +++ b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-hlint-plugin -version: 1.0.0.2 +version: 1.1.0.0 synopsis: Hlint integration plugin with Haskell Language Server description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme) diff --git a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal index 5f71bba354..0bb9d16388 100644 --- a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal +++ b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-retrie-plugin -version: 1.0.0.2 +version: 1.1.0.0 synopsis: Retrie integration plugin for Haskell Language Server license: Apache-2.0 license-file: LICENSE diff --git a/plugins/hls-splice-plugin/hls-splice-plugin.cabal b/plugins/hls-splice-plugin/hls-splice-plugin.cabal index acf74ead3e..d1079d10bf 100644 --- a/plugins/hls-splice-plugin/hls-splice-plugin.cabal +++ b/plugins/hls-splice-plugin/hls-splice-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-splice-plugin -version: 1.0.0.1 +version: 1.1.0.0 synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes diff --git a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal index 0a0206e5f9..0d6bb34175 100644 --- a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal +++ b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-stylish-haskell-plugin -version: 1.0.0.0 +version: 1.1.0.0 synopsis: Integration with the Stylish Haskell code formatter license: Apache-2.0 license-file: LICENSE