Skip to content

Commit 5ce21d0

Browse files
committed
Bump hls-test-utils to 1.3
Also need to bump the minor versions of all packages which were not bumped since 1.6.1.1 and had changes to their testsuite.
1 parent c37e56e commit 5ce21d0

File tree

21 files changed

+25
-25
lines changed

21 files changed

+25
-25
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ test-suite func-test
477477
, lens
478478
, lens-aeson
479479
, ghcide
480-
, hls-test-utils ^>=1.2
480+
, hls-test-utils ^>=1.3
481481
, lsp-types
482482
, aeson
483483
, hls-plugin-api

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

Lines changed: 1 addition & 1 deletion
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.2.0.0
3+
version: 1.3.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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test-suite tests
5757
, base >=4.12 && < 5
5858
, filepath
5959
, hls-alternate-number-format-plugin
60-
, hls-test-utils ^>=1.2
60+
, hls-test-utils ^>=1.3
6161
, lsp
6262
, QuickCheck
6363
, regex-tdfa

plugins/hls-brittany-plugin/hls-brittany-plugin.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-brittany-plugin
3-
version: 1.0.2.0
3+
version: 1.0.2.1
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>
@@ -48,4 +48,4 @@ test-suite tests
4848
, base
4949
, filepath
5050
, hls-brittany-plugin
51-
, hls-test-utils ^>=1.2
51+
, hls-test-utils ^>=1.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test-suite tests
5555
, extra
5656
, filepath
5757
, hls-call-hierarchy-plugin
58-
, hls-test-utils ^>=1.2
58+
, hls-test-utils ^>=1.3
5959
, lens
6060
, lsp
6161
, lsp-test

plugins/hls-change-type-signature-plugin/hls-change-type-signature-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test-suite tests
5454
, base >=4.12 && < 5
5555
, filepath
5656
, hls-change-type-signature-plugin
57-
, hls-test-utils ^>=1.2
57+
, hls-test-utils ^>=1.3
5858
, lsp
5959
, QuickCheck
6060
, regex-tdfa

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ test-suite tests
5353
, base
5454
, filepath
5555
, hls-class-plugin
56-
, hls-test-utils ^>=1.2
56+
, hls-test-utils ^>=1.3
5757
, lens
5858
, lsp-types

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test-suite tests
111111
, filepath
112112
, hls-eval-plugin
113113
, hls-plugin-api
114-
, hls-test-utils ^>=1.2
114+
, hls-test-utils ^>=1.3
115115
, lens
116116
, lsp-types
117117
, text

plugins/hls-floskell-plugin/hls-floskell-plugin.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-floskell-plugin
3-
version: 1.0.1.0
3+
version: 1.0.1.1
44
synopsis: Integration with the Floskell code formatter
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -40,4 +40,4 @@ test-suite tests
4040
, base
4141
, filepath
4242
, hls-floskell-plugin
43-
, hls-test-utils ^>=1.2
43+
, hls-test-utils ^>=1.3

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ test-suite tests
5050
, filepath
5151
, hls-fourmolu-plugin
5252
, hls-plugin-api
53-
, hls-test-utils ^>=1.2
53+
, hls-test-utils ^>=1.3
5454
, lsp-test

0 commit comments

Comments
 (0)