Skip to content

Commit af131b4

Browse files
committed
Update package versions
1 parent bf8192d commit af131b4

File tree

22 files changed

+90
-90
lines changed

22 files changed

+90
-90
lines changed

ghcide/ghcide.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.4
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.4.0.3
5+
version: 1.4.1.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors
@@ -58,7 +58,7 @@ library
5858
haddock-library >= 1.8 && < 1.11,
5959
hashable,
6060
hie-compat ^>= 0.2.0.0,
61-
hls-plugin-api ^>= 1.1.0.0,
61+
hls-plugin-api ^>= 1.2.0.0,
6262
lens,
6363
hiedb == 0.4.0.*,
6464
lsp-types >= 1.2 && < 1.4,

haskell-language-server.cabal

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22
category: Development
33
name: haskell-language-server
4-
version: 1.2.0.0
4+
version: 1.3.0.0
55
synopsis: LSP server for GHC
66
description:
77
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -66,7 +66,7 @@ library
6666
, lsp
6767
, hie-bios
6868
, hiedb
69-
, hls-plugin-api ^>= 1.1
69+
, hls-plugin-api ^>=1.2
7070
, hslogger
7171
, optparse-applicative
7272
, optparse-simple
@@ -195,89 +195,89 @@ common example-plugins
195195

196196
common class
197197
if flag(class) || flag(all-plugins)
198-
build-depends: hls-class-plugin ^>= 1.0.0.1
198+
build-depends: hls-class-plugin ^>=1.0.0.1
199199
cpp-options: -Dclass
200200

201201
common callHierarchy
202202
if flag(callHierarchy) || flag(all-plugins)
203-
build-depends: hls-call-hierarchy-plugin ^>= 1.0.0.0
203+
build-depends: hls-call-hierarchy-plugin ^>=1.0.0.0
204204
cpp-options: -DcallHierarchy
205205

206206
common haddockComments
207207
if flag(haddockComments) || flag(all-plugins)
208-
build-depends: hls-haddock-comments-plugin ^>= 1.0.0.1
208+
build-depends: hls-haddock-comments-plugin ^>=1.0.0.1
209209
cpp-options: -DhaddockComments
210210

211211
common eval
212212
if flag(eval) || flag(all-plugins)
213-
build-depends: hls-eval-plugin ^>= 1.1.0.0
213+
build-depends: hls-eval-plugin ^>=1.1.0.0
214214
cpp-options: -Deval
215215

216216
common importLens
217217
if flag(importLens) || flag(all-plugins)
218-
build-depends: hls-explicit-imports-plugin ^>= 1.0.0.1
218+
build-depends: hls-explicit-imports-plugin ^>=1.0.0.1
219219
cpp-options: -DimportLens
220220

221221
common refineImports
222222
if flag(refineImports) || flag(all-plugins)
223-
build-depends: hls-refine-imports-plugin
223+
build-depends: hls-refine-imports-plugin ^>=1.0.0.0
224224
cpp-options: -DrefineImports
225225

226226
common retrie
227227
if flag(retrie) || flag(all-plugins)
228-
build-depends: hls-retrie-plugin ^>= 1.0.0.1
228+
build-depends: hls-retrie-plugin ^>=1.0.0.1
229229
cpp-options: -Dretrie
230230

231231
common tactic
232232
if flag(tactic) || flag(all-plugins)
233-
build-depends: hls-tactics-plugin ^>= 1.2.0.0
233+
build-depends: hls-tactics-plugin >=1.2.0.0 && <1.4
234234
cpp-options: -Dtactic
235235

236236
common hlint
237237
if flag(hlint) || flag(all-plugins)
238-
build-depends: hls-hlint-plugin ^>= 1.0.0.2
238+
build-depends: hls-hlint-plugin ^>=1.0.0.2
239239
cpp-options: -Dhlint
240240

241241
common moduleName
242242
if flag(moduleName) || flag(all-plugins)
243-
build-depends: hls-module-name-plugin ^>= 1.0.0.0
243+
build-depends: hls-module-name-plugin ^>=1.0.0.0
244244
cpp-options: -DmoduleName
245245

246246
common pragmas
247247
if flag(pragmas) || flag(all-plugins)
248-
build-depends: hls-pragmas-plugin ^>= 1.0.0.0
248+
build-depends: hls-pragmas-plugin ^>=1.0.0.0
249249
cpp-options: -Dpragmas
250250

251251
common splice
252252
if flag(splice) || flag(all-plugins)
253-
build-depends: hls-splice-plugin ^>= 1.0.0.1
253+
build-depends: hls-splice-plugin ^>=1.0.0.1
254254
cpp-options: -Dsplice
255255

256256
-- formatters
257257

258258
common floskell
259259
if flag(floskell) || flag(all-formatters)
260-
build-depends: hls-floskell-plugin ^>=1.0.0.0
260+
build-depends: hls-floskell-plugin ^>=1.0.0.0
261261
cpp-options: -Dfloskell
262262

263263
common fourmolu
264264
if flag(fourmolu) || flag(all-formatters)
265-
build-depends: hls-fourmolu-plugin ^>= 1.0.0.0
265+
build-depends: hls-fourmolu-plugin ^>=1.0.0.0
266266
cpp-options: -Dfourmolu
267267

268268
common ormolu
269269
if flag(ormolu) || flag(all-formatters)
270-
build-depends: hls-ormolu-plugin ^>= 1.0.0.0
270+
build-depends: hls-ormolu-plugin ^>=1.0.0.0
271271
cpp-options: -Dormolu
272272

273273
common stylishHaskell
274274
if flag(stylishHaskell) || flag(all-formatters)
275-
build-depends: hls-stylish-haskell-plugin ^>= 1.0.0.0
275+
build-depends: hls-stylish-haskell-plugin ^>=1.0.0.0
276276
cpp-options: -DstylishHaskell
277277

278278
common brittany
279279
if (flag(brittany) || flag(all-formatters))
280-
build-depends: hls-brittany-plugin ^>= 1.0.0.1
280+
build-depends: hls-brittany-plugin ^>=1.0.0.1
281281
cpp-options: -Dbrittany
282282

283283
executable haskell-language-server
@@ -398,7 +398,7 @@ test-suite func-test
398398
, hspec-expectations
399399
, lens
400400
, ghcide
401-
, hls-test-utils ^>= 1.0.0.0
401+
, hls-test-utils ^>= 1.1.0.0
402402
, lsp-types
403403
, aeson
404404
, hls-plugin-api

hie-compat/hie-compat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.22
22
name: hie-compat
3-
version: 0.2.0.0
3+
version: 0.2.1.0
44
synopsis: HIE files for GHC 8.6 and other HIE file backports
55
license: Apache-2.0
66
description:

hls-plugin-api/hls-plugin-api.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-plugin-api
3-
version: 1.1.0.2
3+
version: 1.2.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,16 +46,16 @@ library
4646
, ghc
4747
, ghc-api-compat
4848
, hashable
49+
, hls-graph ^>=1.4
4950
, hslogger
5051
, lens
5152
, lsp ^>=1.2
5253
, opentelemetry
54+
, optparse-applicative
5355
, process
5456
, regex-tdfa >=1.3.1.0
55-
, hls-graph ^>=1.4
5657
, text
5758
, unordered-containers
58-
, optparse-applicative
5959

6060
if os(windows)
6161
build-depends: Win32

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.0.1.0
3+
version: 1.1.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>
@@ -43,13 +43,13 @@ library
4343
, filepath
4444
, ghcide ^>=1.4
4545
, hls-graph
46-
, hls-plugin-api ^>=1.1
46+
, hls-plugin-api ^>=1.2
4747
, hspec <2.8
4848
, hspec-core
4949
, lens
5050
, lsp ^>=1.2
5151
, lsp-test ^>=0.14
52-
, lsp-types >=1.2 && < 1.4
52+
, lsp-types >=1.2 && <1.4
5353
, tasty
5454
, tasty-expected-failure
5555
, tasty-golden

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.0.1
3+
version: 1.0.0.2
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
, filepath
2626
, ghc
2727
, ghc-boot-th
28-
, ghcide >=1.2 && <1.5
29-
, hls-plugin-api ^>=1.1
28+
, ghcide >=1.2 && <1.5
29+
, hls-plugin-api >=1.1 && <1.3
3030
, lens
3131
, lsp-types
3232
, text
@@ -44,4 +44,4 @@ test-suite tests
4444
, base
4545
, filepath
4646
, hls-brittany-plugin
47-
, hls-test-utils ^>=1.0
47+
, hls-test-utils >=1.0 && <1.2

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@ extra-source-files:
1515
library
1616
exposed-modules: Ide.Plugin.CallHierarchy
1717
other-modules:
18-
Ide.Plugin.CallHierarchy.Internal
19-
Ide.Plugin.CallHierarchy.Query
20-
Ide.Plugin.CallHierarchy.Types
18+
Ide.Plugin.CallHierarchy.Internal
19+
Ide.Plugin.CallHierarchy.Query
20+
Ide.Plugin.CallHierarchy.Types
21+
2122
hs-source-dirs: src
2223
build-depends:
2324
, aeson
24-
, base >=4.12 && <5
25+
, base >=4.12 && <5
2526
, bytestring
2627
, containers
2728
, extra
2829
, ghc
2930
, ghc-api-compat
30-
, ghcide >=1.2 && <1.5
31+
, ghcide ^>=1.4.1
3132
, hiedb
32-
, hls-plugin-api ^>=1.1
33+
, hls-plugin-api ^>=1.2
3334
, lens
3435
, lsp
3536
, sqlite-simple
3637
, text
3738
, unordered-containers
3839

3940
default-language: Haskell2010
40-
default-extensions:
41-
DataKinds
41+
default-extensions: DataKinds
4242

4343
test-suite tests
4444
type: exitcode-stdio-1.0
@@ -53,7 +53,7 @@ test-suite tests
5353
, extra
5454
, filepath
5555
, hls-call-hierarchy-plugin
56-
, hls-test-utils ^>=1.0
56+
, hls-test-utils >=1.0 && <1.2
5757
, lens
5858
, lsp
5959
, lsp-test

plugins/hls-class-plugin/hls-class-plugin.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-class-plugin
3-
version: 1.0.0.2
3+
version: 1.0.0.3
44
synopsis:
55
Class/instance management plugin for Haskell Language Server
66

@@ -31,7 +31,7 @@ library
3131
, ghc-api-compat
3232
, ghc-exactprint
3333
, ghcide >=1.2 && <1.5
34-
, hls-plugin-api ^>=1.1
34+
, hls-plugin-api >=1.1 && <1.3
3535
, lens
3636
, lsp
3737
, text
@@ -54,6 +54,6 @@ test-suite tests
5454
, base
5555
, filepath
5656
, hls-class-plugin
57-
, hls-test-utils ^>=1.0
57+
, hls-test-utils >=1.0 && <1.2
5858
, lens
5959
, lsp-types

plugins/hls-eval-plugin/hls-eval-plugin.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-eval-plugin
3-
version: 1.1.1.0
3+
version: 1.1.2.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>
@@ -66,7 +66,7 @@ library
6666
, ghc-paths
6767
, ghcide >=1.2 && <1.5
6868
, hashable
69-
, hls-plugin-api ^>=1.1
69+
, hls-plugin-api ^>=1.2
7070
, lens
7171
, lsp
7272
, lsp-types
@@ -107,7 +107,7 @@ test-suite tests
107107
, extra
108108
, filepath
109109
, hls-eval-plugin
110-
, hls-test-utils ^>=1.0
110+
, hls-test-utils ^>=1.1
111111
, lens
112112
, lsp-types
113113
, text

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

Lines changed: 2 additions & 2 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.0.3
3+
version: 1.0.0.4
44
synopsis: Explicit imports plugin for Haskell Language Server
55
license: Apache-2.0
66
license-file: LICENSE
@@ -22,7 +22,7 @@ library
2222
, ghc-api-compat
2323
, ghcide ^>=1.4
2424
, hls-graph
25-
, hls-plugin-api ^>=1.1
25+
, hls-plugin-api >=1.1 && <1.3
2626
, lsp
2727
, text
2828
, unordered-containers

plugins/hls-floskell-plugin/hls-floskell-plugin.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-floskell-plugin
3-
version: 1.0.0.0
3+
version: 1.0.0.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>
@@ -23,7 +23,7 @@ library
2323
, base >=4.12 && <5
2424
, floskell ^>=0.10
2525
, ghcide >=1.2 && <1.5
26-
, hls-plugin-api ^>=1.1
26+
, hls-plugin-api >=1.1 && <1.3
2727
, lsp-types
2828
, text
2929
, transformers
@@ -40,4 +40,4 @@ test-suite tests
4040
, base
4141
, filepath
4242
, hls-floskell-plugin
43-
, hls-test-utils ^>=1.0
43+
, hls-test-utils >=1.0 && <1.2

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.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-fourmolu-plugin
3-
version: 1.0.0.1
3+
version: 1.0.0.2
44
synopsis: Integration with the Fourmolu code formatter
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -26,7 +26,7 @@ library
2626
, ghc
2727
, ghc-boot-th
2828
, ghcide >=1.2 && <1.5
29-
, hls-plugin-api ^>=1.1
29+
, hls-plugin-api >=1.1 && <1.3
3030
, lens
3131
, lsp
3232
, text
@@ -43,5 +43,5 @@ test-suite tests
4343
, base
4444
, filepath
4545
, hls-fourmolu-plugin
46-
, hls-test-utils ^>=1.0
46+
, hls-test-utils >=1.0 && <1.2
4747
, lsp-test

0 commit comments

Comments
 (0)