Skip to content

Commit 9308ff4

Browse files
berbermanmergify[bot]pepeiborra
authored
Loosen dependency bounds (haskell#1787)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pepe Iborra <[email protected]>
1 parent 6ecf17b commit 9308ff4

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ library
6262
, cryptohash-sha1
6363
, data-default
6464
, ghc
65-
, ghcide ^>= 1.2.0.2
65+
, ghcide ^>=1.2
6666
, gitrev
6767
, lsp
6868
, hie-bios

hls-test-utils/hls-test-utils.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ library
4343
, directory
4444
, extra
4545
, filepath
46-
, ghcide ^>=1.2.0.2
47-
, hls-plugin-api ^>=1.1.0.0
46+
, ghcide ^>=1.2
47+
, hls-plugin-api ^>=1.1
4848
, hspec
4949
, hspec-core
5050
, lens

plugins/hls-brittany-plugin/hls-brittany-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ library
2525
, filepath
2626
, ghc
2727
, ghc-boot-th
28-
, ghcide ^>=1.2.0.2
29-
, hls-plugin-api ^>=1.1.0.0
28+
, ghcide ^>=1.2
29+
, hls-plugin-api ^>=1.1
3030
, lens
3131
, lsp-types
3232
, text
@@ -44,5 +44,5 @@ test-suite tests
4444
, base
4545
, bytestring
4646
, hls-brittany-plugin
47-
, hls-test-utils ^>=1.0.0.0
47+
, hls-test-utils ^>=1.0
4848
, text

plugins/hls-class-plugin/hls-class-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ library
2929
, containers
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide ^>=1.2.0.2
33-
, hls-plugin-api ^>=1.1.0.0
32+
, ghcide ^>=1.2
33+
, hls-plugin-api ^>=1.1
3434
, lens
3535
, lsp
3636
, text
@@ -55,7 +55,7 @@ test-suite tests
5555
, bytestring
5656
, filepath
5757
, hls-class-plugin
58-
, hls-test-utils ^>= 1.0.0.0
58+
, hls-test-utils ^>= 1.0
5959
, lens
6060
, lsp-test
6161
, lsp-types

plugins/hls-eval-plugin/hls-eval-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ library
6161
, ghc
6262
, ghc-boot-th
6363
, ghc-paths
64-
, ghcide ^>=1.2.0.2
64+
, ghcide ^>=1.2
6565
, hashable
66-
, hls-plugin-api ^>=1.1.0.0
66+
, hls-plugin-api ^>=1.1
6767
, lens
6868
, lsp
6969
, lsp-types
@@ -104,7 +104,7 @@ test-suite tests
104104
, extra
105105
, filepath
106106
, hls-eval-plugin
107-
, hls-test-utils ^>=1.0.0.0
107+
, hls-test-utils ^>=1.0
108108
, lens
109109
, lsp-test
110110
, lsp-types

plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ library
2020
, containers
2121
, deepseq
2222
, ghc
23-
, ghcide ^>=1.2.0.2
24-
, hls-plugin-api ^>=1.1.0.0
23+
, ghcide ^>=1.2
24+
, hls-plugin-api ^>=1.1
2525
, lsp
2626
, lsp-types
2727
, hls-graph

plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ library
2929
, containers
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide ^>=1.2.0.2
33-
, hls-plugin-api ^>=1.1.0.0
32+
, ghcide ^>=1.2
33+
, hls-plugin-api ^>=1.1
3434
, lsp-types
3535
, text
3636
, unordered-containers
@@ -51,5 +51,5 @@ test-suite tests
5151
, bytestring
5252
, filepath
5353
, hls-haddock-comments-plugin
54-
, hls-test-utils ^>= 1.0.0.0
54+
, hls-test-utils ^>= 1.0
5555
, text

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ library
4141
, extra
4242
, filepath
4343
, ghc-exactprint >=0.6.3.4
44-
, ghcide ^>=1.2.0.2
44+
, ghcide ^>=1.2
4545
, hashable
4646
, hlint >=3.2
47-
, hls-plugin-api ^>=1.1.0.0
47+
, hls-plugin-api ^>=1.1
4848
, hslogger
4949
, lens
5050
, lsp

plugins/hls-refine-imports-plugin/hls-refine-imports-plugin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ library
2020
, containers
2121
, deepseq
2222
, ghc
23-
, ghcide ^>=1.2.0.2
24-
, hls-plugin-api ^>=1.1.0.0
23+
, ghcide ^>=1.2
24+
, hls-plugin-api ^>=1.1
2525
, lsp
2626
, lsp-types
2727
, hls-graph

plugins/hls-retrie-plugin/hls-retrie-plugin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ library
2222
, directory
2323
, extra
2424
, ghc
25-
, ghcide ^>=1.2.0.2
25+
, ghcide ^>=1.2
2626
, hashable
27-
, hls-plugin-api ^>=1.1.0.0
27+
, hls-plugin-api ^>=1.1
2828
, lsp
2929
, lsp-types
3030
, retrie >=0.1.1.0

plugins/hls-splice-plugin/hls-splice-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ library
4040
, foldl
4141
, ghc
4242
, ghc-exactprint
43-
, ghcide ^>=1.2.0.2
44-
, hls-plugin-api ^>=1.1.0.0
43+
, ghcide ^>=1.2
44+
, hls-plugin-api ^>=1.1
4545
, lens
4646
, lsp
4747
, retrie
@@ -68,5 +68,5 @@ test-suite tests
6868
, extra
6969
, filepath
7070
, hls-splice-plugin
71-
, hls-test-utils ^>= 1.0.0.0
71+
, hls-test-utils ^>= 1.0
7272
, text

plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ library
2222
, filepath
2323
, ghc
2424
, ghc-boot-th
25-
, ghcide ^>=1.2.0.2
26-
, hls-plugin-api ^>=1.1.0.0
25+
, ghcide ^>=1.2
26+
, hls-plugin-api ^>=1.1
2727
, lsp-types
2828
, mtl
2929
, stylish-haskell ^>=0.12
@@ -41,5 +41,5 @@ test-suite tests
4141
, base
4242
, bytestring
4343
, hls-stylish-haskell-plugin
44-
, hls-test-utils ^>= 1.0.0.0
44+
, hls-test-utils ^>= 1.0
4545
, text

plugins/hls-tactics-plugin/hls-tactics-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ library
7373
, ghc-boot-th
7474
, ghc-exactprint
7575
, ghc-source-gen
76-
, ghcide ^>=1.2.0.2
77-
, hls-plugin-api ^>=1.1.0.0
76+
, ghcide ^>=1.2
77+
, hls-plugin-api ^>=1.1
7878
, lens
7979
, lsp
8080
, mtl
@@ -145,7 +145,7 @@ test-suite tests
145145
, ghcide
146146
, hls-plugin-api
147147
, hls-tactics-plugin
148-
, hls-test-utils ^>= 1.0.0.0
148+
, hls-test-utils ^>= 1.0
149149
, hspec
150150
, hspec-expectations
151151
, lens

0 commit comments

Comments
 (0)