Skip to content

Commit e41db3d

Browse files
committed
Bump all packages to version 2.0.0.1
1 parent 1edb489 commit e41db3d

File tree

35 files changed

+154
-154
lines changed

35 files changed

+154
-154
lines changed

ghcide-bench/ghcide-bench.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 3.0
22
build-type: Simple
33
category: Development
44
name: ghcide-bench
5-
version: 2.0.0.0
5+
version: 2.0.0.1
66
license: Apache-2.0
77
license-file: LICENSE
88
author: The Haskell IDE team

ghcide/ghcide.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 3.0
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 2.0.0.0
5+
version: 2.0.0.1
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors
@@ -65,7 +65,7 @@ library
6565
haddock-library >= 1.8 && < 1.12,
6666
hashable,
6767
hie-compat ^>= 0.3.0.0,
68-
hls-plugin-api == 2.0.0.0,
68+
hls-plugin-api == 2.0.0.1,
6969
lens,
7070
list-t,
7171
hiedb == 0.4.3.*,
@@ -80,7 +80,7 @@ library
8080
regex-tdfa >= 1.3.1.0,
8181
text-rope,
8282
safe-exceptions,
83-
hls-graph == 2.0.0.0,
83+
hls-graph == 2.0.0.1,
8484
sorted-list,
8585
sqlite-simple,
8686
stm,

haskell-language-server.cabal

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22
category: Development
33
name: haskell-language-server
4-
version: 2.0.0.0
4+
version: 2.0.0.1
55
synopsis: LSP server for GHC
66
description:
77
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -218,149 +218,149 @@ flag cabalfmt
218218

219219
common cabalfmt
220220
if flag(cabalfmt)
221-
build-depends: hls-cabal-fmt-plugin == 2.0.0.0
221+
build-depends: hls-cabal-fmt-plugin == 2.0.0.1
222222
cpp-options: -Dhls_cabalfmt
223223

224224
common cabal
225225
if flag(cabal)
226-
build-depends: hls-cabal-plugin == 2.0.0.0
226+
build-depends: hls-cabal-plugin == 2.0.0.1
227227
cpp-options: -Dhls_cabal
228228

229229
common class
230230
if flag(class)
231-
build-depends: hls-class-plugin == 2.0.0.0
231+
build-depends: hls-class-plugin == 2.0.0.1
232232
cpp-options: -Dhls_class
233233

234234
common callHierarchy
235235
if flag(callHierarchy)
236-
build-depends: hls-call-hierarchy-plugin == 2.0.0.0
236+
build-depends: hls-call-hierarchy-plugin == 2.0.0.1
237237
cpp-options: -Dhls_callHierarchy
238238

239239
common haddockComments
240240
if flag(haddockComments) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
241-
build-depends: hls-haddock-comments-plugin == 2.0.0.0
241+
build-depends: hls-haddock-comments-plugin == 2.0.0.1
242242
cpp-options: -Dhls_haddockComments
243243

244244
common eval
245245
if flag(eval)
246-
build-depends: hls-eval-plugin == 2.0.0.0
246+
build-depends: hls-eval-plugin == 2.0.0.1
247247
cpp-options: -Dhls_eval
248248

249249
common importLens
250250
if flag(importLens)
251-
build-depends: hls-explicit-imports-plugin == 2.0.0.0
251+
build-depends: hls-explicit-imports-plugin == 2.0.0.1
252252
cpp-options: -Dhls_importLens
253253

254254
common refineImports
255255
if flag(refineImports)
256-
build-depends: hls-refine-imports-plugin == 2.0.0.0
256+
build-depends: hls-refine-imports-plugin == 2.0.0.1
257257
cpp-options: -Dhls_refineImports
258258

259259
common rename
260260
if flag(rename)
261-
build-depends: hls-rename-plugin == 2.0.0.0
261+
build-depends: hls-rename-plugin == 2.0.0.1
262262
cpp-options: -Dhls_rename
263263

264264
common retrie
265265
if flag(retrie)
266-
build-depends: hls-retrie-plugin == 2.0.0.0
266+
build-depends: hls-retrie-plugin == 2.0.0.1
267267
cpp-options: -Dhls_retrie
268268

269269
common tactic
270270
if flag(tactic) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
271-
build-depends: hls-tactics-plugin == 2.0.0.0
271+
build-depends: hls-tactics-plugin == 2.0.0.1
272272
cpp-options: -Dhls_tactic
273273

274274
common hlint
275275
if flag(hlint) && impl(ghc < 9.5)
276-
build-depends: hls-hlint-plugin == 2.0.0.0
276+
build-depends: hls-hlint-plugin == 2.0.0.1
277277
cpp-options: -Dhls_hlint
278278

279279
common stan
280280
if flag(stan) && (impl(ghc >= 8.10) && impl(ghc < 9.0))
281-
build-depends: hls-stan-plugin == 2.0.0.0
281+
build-depends: hls-stan-plugin == 2.0.0.1
282282
cpp-options: -Dhls_stan
283283

284284
common moduleName
285285
if flag(moduleName)
286-
build-depends: hls-module-name-plugin == 2.0.0.0
286+
build-depends: hls-module-name-plugin == 2.0.0.1
287287
cpp-options: -Dhls_moduleName
288288

289289
common pragmas
290290
if flag(pragmas)
291-
build-depends: hls-pragmas-plugin == 2.0.0.0
291+
build-depends: hls-pragmas-plugin == 2.0.0.1
292292
cpp-options: -Dhls_pragmas
293293

294294
common splice
295295
if flag(splice)
296-
build-depends: hls-splice-plugin == 2.0.0.0
296+
build-depends: hls-splice-plugin == 2.0.0.1
297297
cpp-options: -Dhls_splice
298298

299299
common alternateNumberFormat
300300
if flag(alternateNumberFormat)
301-
build-depends: hls-alternate-number-format-plugin == 2.0.0.0
301+
build-depends: hls-alternate-number-format-plugin == 2.0.0.1
302302
cpp-options: -Dhls_alternateNumberFormat
303303

304304
common qualifyImportedNames
305305
if flag(qualifyImportedNames)
306-
build-depends: hls-qualify-imported-names-plugin == 2.0.0.0
306+
build-depends: hls-qualify-imported-names-plugin == 2.0.0.1
307307
cpp-options: -Dhls_qualifyImportedNames
308308

309309
common codeRange
310310
if flag(codeRange)
311-
build-depends: hls-code-range-plugin == 2.0.0.0
311+
build-depends: hls-code-range-plugin == 2.0.0.1
312312
cpp-options: -Dhls_codeRange
313313

314314
common changeTypeSignature
315315
if flag(changeTypeSignature)
316-
build-depends: hls-change-type-signature-plugin == 2.0.0.0
316+
build-depends: hls-change-type-signature-plugin == 2.0.0.1
317317
cpp-options: -Dhls_changeTypeSignature
318318

319319
common gadt
320320
if flag(gadt)
321-
build-depends: hls-gadt-plugin == 2.0.0.0
321+
build-depends: hls-gadt-plugin == 2.0.0.1
322322
cpp-options: -Dhls_gadt
323323

324324
common explicitFixity
325325
if flag(explicitFixity)
326-
build-depends: hls-explicit-fixity-plugin == 2.0.0.0
326+
build-depends: hls-explicit-fixity-plugin == 2.0.0.1
327327
cpp-options: -DexplicitFixity
328328

329329
common explicitFields
330330
if flag(explicitFields)
331-
build-depends: hls-explicit-record-fields-plugin == 2.0.0.0
331+
build-depends: hls-explicit-record-fields-plugin == 2.0.0.1
332332
cpp-options: -DexplicitFields
333333

334334
common overloadedRecordDot
335335
if flag(overloadedRecordDot) && (impl(ghc >= 9.2.0) || flag(ignore-plugins-ghc-bounds))
336-
build-depends: hls-overloaded-record-dot-plugin == 2.0.0.0
336+
build-depends: hls-overloaded-record-dot-plugin == 2.0.0.1
337337
cpp-options: -Dhls_overloaded_record_dot
338338

339339
-- formatters
340340

341341
common floskell
342342
if flag(floskell) && impl(ghc < 9.5)
343-
build-depends: hls-floskell-plugin == 2.0.0.0
343+
build-depends: hls-floskell-plugin == 2.0.0.1
344344
cpp-options: -Dhls_floskell
345345

346346
common fourmolu
347347
if flag(fourmolu)
348-
build-depends: hls-fourmolu-plugin == 2.0.0.0
348+
build-depends: hls-fourmolu-plugin == 2.0.0.1
349349
cpp-options: -Dhls_fourmolu
350350

351351
common ormolu
352352
if flag(ormolu) && impl(ghc < 9.5)
353-
build-depends: hls-ormolu-plugin == 2.0.0.0
353+
build-depends: hls-ormolu-plugin == 2.0.0.1
354354
cpp-options: -Dhls_ormolu
355355

356356
common stylishHaskell
357357
if flag(stylishHaskell) && impl(ghc < 9.5)
358-
build-depends: hls-stylish-haskell-plugin == 2.0.0.0
358+
build-depends: hls-stylish-haskell-plugin == 2.0.0.1
359359
cpp-options: -Dhls_stylishHaskell
360360

361361
common refactor
362362
if flag(refactor)
363-
build-depends: hls-refactor-plugin == 2.0.0.0
363+
build-depends: hls-refactor-plugin == 2.0.0.1
364364
cpp-options: -Dhls_refactor
365365

366366
library
@@ -416,12 +416,12 @@ library
416416
, cryptohash-sha1
417417
, data-default
418418
, ghc
419-
, ghcide == 2.0.0.0
419+
, ghcide == 2.0.0.1
420420
, githash >=0.1.6.1
421421
, lsp
422422
, hie-bios
423423
, hiedb
424-
, hls-plugin-api == 2.0.0.0
424+
, hls-plugin-api == 2.0.0.1
425425
, optparse-applicative
426426
, optparse-simple
427427
, process
@@ -560,7 +560,7 @@ test-suite func-test
560560
, lens-aeson
561561
, ghcide
562562
, ghcide-test-utils
563-
, hls-test-utils == 2.0.0.0
563+
, hls-test-utils == 2.0.0.1
564564
, lsp-types
565565
, aeson
566566
, hls-plugin-api

hls-graph/hls-graph.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-graph
3-
version: 2.0.0.0
3+
version: 2.0.0.1
44
synopsis: Haskell Language Server internal graph API
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/hls-graph#readme>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-plugin-api
3-
version: 2.0.0.0
3+
version: 2.0.0.1
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>
@@ -55,7 +55,7 @@ library
5555
, filepath
5656
, ghc
5757
, hashable
58-
, hls-graph == 2.0.0.0
58+
, hls-graph == 2.0.0.1
5959
, lens
6060
, lens-aeson
6161
, lsp ^>=1.6.0.0

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-test-utils
3-
version: 2.0.0.0
3+
version: 2.0.0.1
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 == 2.0.0.0
44+
, ghcide == 2.0.0.1
4545
, hls-graph
46-
, hls-plugin-api == 2.0.0.0
46+
, hls-plugin-api == 2.0.0.1
4747
, lens
4848
, lsp ^>=1.6.0.0
4949
, lsp-test ^>=0.14

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

+4-4
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: 2.0.0.0
3+
version: 2.0.0.1
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>
@@ -32,10 +32,10 @@ library
3232
, base >=4.12 && < 5
3333
, containers
3434
, extra
35-
, ghcide == 2.0.0.0
35+
, ghcide == 2.0.0.1
3636
, ghc-boot-th
3737
, hls-graph
38-
, hls-plugin-api == 2.0.0.0
38+
, hls-plugin-api == 2.0.0.1
3939
, hie-compat
4040
, lens
4141
, lsp ^>=1.6
@@ -64,7 +64,7 @@ test-suite tests
6464
, base >=4.12 && < 5
6565
, filepath
6666
, hls-alternate-number-format-plugin
67-
, hls-test-utils == 2.0.0.0
67+
, hls-test-utils == 2.0.0.1
6868
, lsp
6969
, QuickCheck
7070
, regex-tdfa

plugins/hls-cabal-fmt-plugin/hls-cabal-fmt-plugin.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-cabal-fmt-plugin
3-
version: 2.0.0.0
3+
version: 2.0.0.1
44
synopsis: Integration with the cabal-fmt code formatter
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -33,8 +33,8 @@ library
3333
, base >=4.12 && <5
3434
, directory
3535
, filepath
36-
, ghcide == 2.0.0.0
37-
, hls-plugin-api == 2.0.0.0
36+
, ghcide == 2.0.0.1
37+
, hls-plugin-api == 2.0.0.1
3838
, lens
3939
, lsp-types
4040
, process
@@ -55,7 +55,7 @@ test-suite tests
5555
, directory
5656
, filepath
5757
, hls-cabal-fmt-plugin
58-
, hls-test-utils == 2.0.0.0
58+
, hls-test-utils == 2.0.0.1
5959

6060
if flag(isolateTests)
6161
build-tool-depends: cabal-fmt:cabal-fmt ^>=0.1.6

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: hls-cabal-plugin
3-
version: 2.0.0.0
3+
version: 2.0.0.1
44
synopsis: Cabal integration plugin with Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -48,10 +48,10 @@ library
4848
, deepseq
4949
, directory
5050
, extra >=1.7.4
51-
, ghcide == 2.0.0.0
51+
, ghcide == 2.0.0.1
5252
, hashable
53-
, hls-plugin-api == 2.0.0.0
54-
, hls-graph == 2.0.0.0
53+
, hls-plugin-api == 2.0.0.1
54+
, hls-graph == 2.0.0.1
5555
, lsp ^>=1.6.0.0
5656
, lsp-types ^>=1.6.0.0
5757
, regex-tdfa ^>=1.3.1
@@ -74,7 +74,7 @@ test-suite tests
7474
, filepath
7575
, ghcide
7676
, hls-cabal-plugin
77-
, hls-test-utils == 2.0.0.0
77+
, hls-test-utils == 2.0.0.1
7878
, lens
7979
, lsp-types
8080
, tasty-hunit

0 commit comments

Comments
 (0)