Skip to content

Commit 0f4966e

Browse files
committed
Bump up versions everywhere
1 parent 9aa58d9 commit 0f4966e

File tree

26 files changed

+91
-91
lines changed

26 files changed

+91
-91
lines changed

ghcide/ghcide.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library
6060
haddock-library >= 1.8 && < 1.11,
6161
hashable,
6262
hie-compat ^>= 0.2.0.0,
63-
hls-plugin-api ^>= 1.2.0.2,
63+
hls-plugin-api ^>= 1.2.0.2 || ^>= 1.3,
6464
lens,
6565
list-t,
6666
hiedb == 0.4.1.*,
@@ -79,7 +79,7 @@ library
7979
rope-utf16-splay,
8080
safe,
8181
safe-exceptions,
82-
hls-graph ^>= 1.5.1,
82+
hls-graph ^>= 1.5.1 || ^>= 1.6,
8383
sorted-list,
8484
sqlite-simple,
8585
stm,

haskell-language-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ library
7070
, cryptohash-sha1
7171
, data-default
7272
, ghc
73-
, ghcide ^>=1.4 || ^>=1.5
73+
, ghcide ^>=1.5 || ^>=1.6
7474
, githash
7575
, lsp
7676
, hie-bios
7777
, hiedb
78-
, hls-plugin-api ^>=1.2
78+
, hls-plugin-api ^>=1.2 || ^>=1.3
7979
, hslogger
8080
, optparse-applicative
8181
, optparse-simple
@@ -255,7 +255,7 @@ common retrie
255255

256256
common tactic
257257
if flag(tactic) && (impl(ghc < 9.0.1) || flag(ignore-plugins-ghc-bounds))
258-
build-depends: hls-tactics-plugin >=1.2.0.0 && <1.6
258+
build-depends: hls-tactics-plugin >=1.2.0.0 && <1.7
259259
cpp-options: -Dtactic
260260

261261
common hlint
@@ -449,7 +449,7 @@ test-suite func-test
449449
, lens
450450
, lens-aeson
451451
, ghcide
452-
, hls-test-utils ^>= 1.1.0.0
452+
, hls-test-utils ^>= 1.1 || ^>= 1.2
453453
, lsp-types
454454
, aeson
455455
, hls-plugin-api

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-plugin-api
3-
version: 1.2.0.2
3+
version: 1.3.0.0
44
synopsis: Haskell Language Server API for plugin communication
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -46,7 +46,7 @@ library
4646
, extra
4747
, ghc
4848
, hashable
49-
, hls-graph >=1.4 && < 1.6
49+
, hls-graph ^>= 1.5.1 || ^>= 1.6
5050
, hslogger
5151
, lens
5252
, lens-aeson

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-test-utils
3-
version: 1.1.0.2
3+
version: 1.2.0.0
44
synopsis: Utilities used in the tests of Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -41,9 +41,9 @@ library
4141
, directory
4242
, extra
4343
, filepath
44-
, ghcide ^>=1.5.0
44+
, ghcide ^>=1.5 || ^>=1.6
4545
, hls-graph
46-
, hls-plugin-api ^>=1.2
46+
, hls-plugin-api ^>=1.2 || ^>=1.3
4747
, hspec <2.8
4848
, hspec-core
4949
, lens

plugins/hls-alternate-number-format-plugin/hls-alternate-number-format-plugin.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-alternate-number-format-plugin
3-
version: 1.0.0.0
3+
version: 1.0.1.0
44
synopsis: Provide Alternate Number Formats plugin for Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -25,10 +25,10 @@ library
2525
aeson
2626
, base >=4.12 && < 5
2727
, containers
28-
, ghcide >=1.5.0 && <1.6
28+
, ghcide ^>=1.5 || ^>=1.6
2929
, ghc-boot-th
3030
, hls-graph
31-
, hls-plugin-api >=1.1 && < 1.3
31+
, hls-plugin-api ^>= 1.2 || ^>= 1.3
3232
, hie-compat
3333
, lens
3434
, lsp
@@ -56,7 +56,7 @@ test-suite tests
5656
, base >=4.12 && < 5
5757
, filepath
5858
, hls-alternate-number-format-plugin
59-
, hls-test-utils >=1.0 && <1.2
59+
, hls-test-utils ^>=1.1 || ^>=1.2
6060
, lsp
6161
, QuickCheck
6262
, regex-tdfa

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-brittany-plugin
3-
version: 1.0.1.1
3+
version: 1.0.2.0
44
synopsis: Integration with the Brittany code formatter
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -25,8 +25,8 @@ library
2525
, brittany >=0.13.1.0 && < 0.14.0.1 || > 0.14.0.1
2626
, filepath
2727
, ghc-boot-th
28-
, ghcide >=1.2 && <1.6
29-
, hls-plugin-api >=1.1 && <1.3
28+
, ghcide ^>=1.5 || ^>=1.6
29+
, hls-plugin-api ^>=1.2 || ^>=1.3
3030
, lens
3131
, lsp-types
3232
, text
@@ -48,4 +48,4 @@ test-suite tests
4848
, base
4949
, filepath
5050
, hls-brittany-plugin
51-
, hls-test-utils >=1.0 && <1.2
51+
, hls-test-utils ^>=1.1 || ^>=1.2

plugins/hls-call-hierarchy-plugin/hls-call-hierarchy-plugin.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-call-hierarchy-plugin
3-
version: 1.0.1.1
3+
version: 1.0.2.0
44
synopsis: Call hierarchy plugin for Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-call-hierarchy-plugin#readme>
@@ -30,9 +30,9 @@ library
3030
, containers
3131
, extra
3232
, ghc
33-
, ghcide ^>=1.4.1 || ^>= 1.5.0
33+
, ghcide ^>= 1.5 || ^>= 1.6
3434
, hiedb
35-
, hls-plugin-api ^>=1.2
35+
, hls-plugin-api ^>=1.2 || ^>= 1.3
3636
, lens
3737
, lsp >=1.2.0.1
3838
, sqlite-simple
@@ -55,7 +55,7 @@ test-suite tests
5555
, extra
5656
, filepath
5757
, hls-call-hierarchy-plugin
58-
, hls-test-utils >=1.0 && <1.2
58+
, hls-test-utils ^>=1.1 || ^>=1.2
5959
, lens
6060
, lsp
6161
, lsp-test

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-class-plugin
3-
version: 1.0.1.2
3+
version: 1.0.2.0
44
synopsis:
55
Class/instance management plugin for Haskell Language Server
66

@@ -29,8 +29,8 @@ library
2929
, containers
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide ^>=1.5.0
33-
, hls-plugin-api >=1.1 && <1.3
32+
, ghcide ^>=1.5 || ^>= 1.6
33+
, hls-plugin-api ^>=1.2 || ^>=1.3
3434
, lens
3535
, lsp
3636
, text
@@ -53,6 +53,6 @@ test-suite tests
5353
, base
5454
, filepath
5555
, hls-class-plugin
56-
, hls-test-utils >=1.0 && <1.2
56+
, hls-test-utils ^>=1.1 || ^>=1.2
5757
, lens
5858
, lsp-types

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-eval-plugin
3-
version: 1.2.0.2
3+
version: 1.2.1.0
44
synopsis: Eval plugin for Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -65,10 +65,10 @@ library
6565
, ghc
6666
, ghc-boot-th
6767
, ghc-paths
68-
, ghcide >=1.5.0.1 && <1.6
68+
, ghcide ^>=1.5.0.1 || ^>=1.6
6969
, hashable
7070
, hls-graph
71-
, hls-plugin-api ^>=1.2
71+
, hls-plugin-api ^>=1.2 || ^>=1.3
7272
, lens
7373
, lsp
7474
, lsp-types
@@ -109,7 +109,7 @@ test-suite tests
109109
, extra
110110
, filepath
111111
, hls-eval-plugin
112-
, hls-test-utils ^>=1.1
112+
, hls-test-utils ^>=1.1 || ^>=1.2
113113
, lens
114114
, lsp-types
115115
, text

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-explicit-imports-plugin
3-
version: 1.0.1.2
3+
version: 1.0.2.0
44
synopsis: Explicit imports plugin for Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -24,9 +24,9 @@ library
2424
, containers
2525
, deepseq
2626
, ghc
27-
, ghcide ^>=1.4 || ^>=1.5
27+
, ghcide ^>=1.5 || ^>=1.6
2828
, hls-graph
29-
, hls-plugin-api >=1.1 && <1.3
29+
, hls-plugin-api ^>=1.2 || ^>=1.3
3030
, lsp
3131
, text
3232
, unordered-containers

0 commit comments

Comments
 (0)