Skip to content

Update ghcide dependency for various plugins #2368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 22, 2021
2 changes: 1 addition & 1 deletion hls-test-utils/hls-test-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
, directory
, extra
, filepath
, ghcide ^>=1.4 || ^>=1.5
, ghcide ^>=1.5.0
, hls-graph
, hls-plugin-api ^>=1.2
, hspec <2.8
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-class-plugin/hls-class-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
, containers
, ghc
, ghc-exactprint
, ghcide >=1.2 && <1.6
, ghcide ^>=1.5.0
, hls-plugin-api >=1.1 && <1.3
, lens
, lsp
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
, fourmolu ^>=0.3 || ^>=0.4
, ghc
, ghc-boot-th
, ghcide >=1.2 && <1.6
, ghcide ^>=1.5.0
, hls-plugin-api >=1.1 && <1.3
, lens
, lsp
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/hls-hlint-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
, extra
, filepath
, ghc-exactprint >=0.6.3.4
, ghcide ^>=1.4 || ^>=1.5
, ghcide ^>=1.5.0
, hashable
, hlint
, hls-plugin-api >=1.1 && <1.3
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
, filepath
, ghc
, ghc-boot-th
, ghcide >=1.2 && <1.6
, ghcide ^>=1.5.0
, hls-plugin-api >=1.1 && <1.3
, lens
, lsp
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
, directory
, extra
, ghc
, ghcide >=1.2 && <1.6
, ghcide ^>=1.5.0
, hashable
, hls-plugin-api >=1.1 && <1.3
, lsp
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-splice-plugin/hls-splice-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
, foldl
, ghc
, ghc-exactprint
, ghcide >=1.2 && <1.6
, ghcide ^>=1.5.0
, hls-plugin-api >=1.1 && <1.3
, lens
, lsp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
, filepath
, ghc
, ghc-boot-th
, ghcide >=1.2 && <1.6
, ghcide ^>=1.5.0
, hls-plugin-api >=1.1 && <1.3
, lsp-types
, stylish-haskell ^>=0.12 || ^>=0.13
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ library
, ghc-boot-th
, ghc-exactprint
, ghc-source-gen ^>=0.4.1
, ghcide ^>=1.4.1 || ^>=1.5
, ghcide ^>=1.5.0
, hls-graph
, hls-plugin-api >=1.1 && <1.3
, hyphenation
Expand Down