Skip to content

Commit

Permalink
Loosen dependency bounds (#1787)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Pepe Iborra <pepeiborra@gmail.com>
  • Loading branch information
3 people authored May 3, 2021
1 parent 6ecf17b commit 9308ff4
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library
, cryptohash-sha1
, data-default
, ghc
, ghcide ^>= 1.2.0.2
, ghcide ^>=1.2
, gitrev
, lsp
, hie-bios
Expand Down
4 changes: 2 additions & 2 deletions hls-test-utils/hls-test-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions plugins/hls-brittany-plugin/hls-brittany-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions plugins/hls-class-plugin/hls-class-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions plugins/hls-eval-plugin/hls-eval-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions plugins/hls-hlint-plugin/hls-hlint-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions plugins/hls-splice-plugin/hls-splice-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9308ff4

Please sign in to comment.