From 9308ff47715bafe0db46eac8fe58fa615b3fcc97 Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Mon, 3 May 2021 21:39:32 +0800 Subject: [PATCH] Loosen dependency bounds (#1787) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pepe Iborra --- haskell-language-server.cabal | 2 +- hls-test-utils/hls-test-utils.cabal | 4 ++-- plugins/hls-brittany-plugin/hls-brittany-plugin.cabal | 6 +++--- plugins/hls-class-plugin/hls-class-plugin.cabal | 6 +++--- plugins/hls-eval-plugin/hls-eval-plugin.cabal | 6 +++--- .../hls-explicit-imports-plugin.cabal | 4 ++-- .../hls-haddock-comments-plugin.cabal | 6 +++--- plugins/hls-hlint-plugin/hls-hlint-plugin.cabal | 4 ++-- .../hls-refine-imports-plugin.cabal | 4 ++-- plugins/hls-retrie-plugin/hls-retrie-plugin.cabal | 4 ++-- plugins/hls-splice-plugin/hls-splice-plugin.cabal | 6 +++--- .../hls-stylish-haskell-plugin.cabal | 6 +++--- plugins/hls-tactics-plugin/hls-tactics-plugin.cabal | 6 +++--- 13 files changed, 32 insertions(+), 32 deletions(-) diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index a7099e77b3..11089fab94 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -62,7 +62,7 @@ library , cryptohash-sha1 , data-default , ghc - , ghcide ^>= 1.2.0.2 + , ghcide ^>=1.2 , gitrev , lsp , hie-bios diff --git a/hls-test-utils/hls-test-utils.cabal b/hls-test-utils/hls-test-utils.cabal index 893decad6c..6ea1ae9e02 100644 --- a/hls-test-utils/hls-test-utils.cabal +++ b/hls-test-utils/hls-test-utils.cabal @@ -43,8 +43,8 @@ library , directory , extra , filepath - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , hspec , hspec-core , lens diff --git a/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal b/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal index d9b772e072..b2964348ca 100644 --- a/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal +++ b/plugins/hls-brittany-plugin/hls-brittany-plugin.cabal @@ -25,8 +25,8 @@ library , filepath , ghc , ghc-boot-th - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lens , lsp-types , text @@ -44,5 +44,5 @@ test-suite tests , base , bytestring , hls-brittany-plugin - , hls-test-utils ^>=1.0.0.0 + , hls-test-utils ^>=1.0 , text diff --git a/plugins/hls-class-plugin/hls-class-plugin.cabal b/plugins/hls-class-plugin/hls-class-plugin.cabal index 265e2827b3..19533be7af 100644 --- a/plugins/hls-class-plugin/hls-class-plugin.cabal +++ b/plugins/hls-class-plugin/hls-class-plugin.cabal @@ -29,8 +29,8 @@ library , containers , ghc , ghc-exactprint - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lens , lsp , text @@ -55,7 +55,7 @@ test-suite tests , bytestring , filepath , hls-class-plugin - , hls-test-utils ^>= 1.0.0.0 + , hls-test-utils ^>= 1.0 , lens , lsp-test , lsp-types diff --git a/plugins/hls-eval-plugin/hls-eval-plugin.cabal b/plugins/hls-eval-plugin/hls-eval-plugin.cabal index 1af0c5919f..886595cf33 100644 --- a/plugins/hls-eval-plugin/hls-eval-plugin.cabal +++ b/plugins/hls-eval-plugin/hls-eval-plugin.cabal @@ -61,9 +61,9 @@ library , ghc , ghc-boot-th , ghc-paths - , ghcide ^>=1.2.0.2 + , ghcide ^>=1.2 , hashable - , hls-plugin-api ^>=1.1.0.0 + , hls-plugin-api ^>=1.1 , lens , lsp , lsp-types @@ -104,7 +104,7 @@ test-suite tests , extra , filepath , hls-eval-plugin - , hls-test-utils ^>=1.0.0.0 + , hls-test-utils ^>=1.0 , lens , lsp-test , lsp-types 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 1982308368..ab963e8830 100644 --- a/plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal +++ b/plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal @@ -20,8 +20,8 @@ library , containers , deepseq , ghc - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lsp , lsp-types , hls-graph 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 c46ea8b42f..aae85727f6 100644 --- a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal +++ b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal @@ -29,8 +29,8 @@ library , containers , ghc , ghc-exactprint - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lsp-types , text , unordered-containers @@ -51,5 +51,5 @@ test-suite tests , bytestring , filepath , hls-haddock-comments-plugin - , hls-test-utils ^>= 1.0.0.0 + , hls-test-utils ^>= 1.0 , text diff --git a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal index 1a39f9c2d6..827438af1c 100644 --- a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal +++ b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal @@ -41,10 +41,10 @@ library , extra , filepath , ghc-exactprint >=0.6.3.4 - , ghcide ^>=1.2.0.2 + , ghcide ^>=1.2 , hashable , hlint >=3.2 - , hls-plugin-api ^>=1.1.0.0 + , hls-plugin-api ^>=1.1 , hslogger , lens , lsp diff --git a/plugins/hls-refine-imports-plugin/hls-refine-imports-plugin.cabal b/plugins/hls-refine-imports-plugin/hls-refine-imports-plugin.cabal index c79fd06053..d2594569df 100644 --- a/plugins/hls-refine-imports-plugin/hls-refine-imports-plugin.cabal +++ b/plugins/hls-refine-imports-plugin/hls-refine-imports-plugin.cabal @@ -20,8 +20,8 @@ library , containers , deepseq , ghc - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lsp , lsp-types , hls-graph diff --git a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal index ef5305f2c2..605fd3f21f 100644 --- a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal +++ b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal @@ -22,9 +22,9 @@ library , directory , extra , ghc - , ghcide ^>=1.2.0.2 + , ghcide ^>=1.2 , hashable - , hls-plugin-api ^>=1.1.0.0 + , hls-plugin-api ^>=1.1 , lsp , lsp-types , retrie >=0.1.1.0 diff --git a/plugins/hls-splice-plugin/hls-splice-plugin.cabal b/plugins/hls-splice-plugin/hls-splice-plugin.cabal index ffa84fdf47..281d5efa7a 100644 --- a/plugins/hls-splice-plugin/hls-splice-plugin.cabal +++ b/plugins/hls-splice-plugin/hls-splice-plugin.cabal @@ -40,8 +40,8 @@ library , foldl , ghc , ghc-exactprint - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lens , lsp , retrie @@ -68,5 +68,5 @@ test-suite tests , extra , filepath , hls-splice-plugin - , hls-test-utils ^>= 1.0.0.0 + , hls-test-utils ^>= 1.0 , text 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 f480f71faf..a421941735 100644 --- a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal +++ b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal @@ -22,8 +22,8 @@ library , filepath , ghc , ghc-boot-th - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lsp-types , mtl , stylish-haskell ^>=0.12 @@ -41,5 +41,5 @@ test-suite tests , base , bytestring , hls-stylish-haskell-plugin - , hls-test-utils ^>= 1.0.0.0 + , hls-test-utils ^>= 1.0 , text diff --git a/plugins/hls-tactics-plugin/hls-tactics-plugin.cabal b/plugins/hls-tactics-plugin/hls-tactics-plugin.cabal index 81553f0ab9..4e03d73144 100644 --- a/plugins/hls-tactics-plugin/hls-tactics-plugin.cabal +++ b/plugins/hls-tactics-plugin/hls-tactics-plugin.cabal @@ -73,8 +73,8 @@ library , ghc-boot-th , ghc-exactprint , ghc-source-gen - , ghcide ^>=1.2.0.2 - , hls-plugin-api ^>=1.1.0.0 + , ghcide ^>=1.2 + , hls-plugin-api ^>=1.1 , lens , lsp , mtl @@ -145,7 +145,7 @@ test-suite tests , ghcide , hls-plugin-api , hls-tactics-plugin - , hls-test-utils ^>= 1.0.0.0 + , hls-test-utils ^>= 1.0 , hspec , hspec-expectations , lens