Skip to content

Commit 7d3cf87

Browse files
Bump plugins versions (#1392)
* Bump plugins versions * Bump minBounds Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 3312117 commit 7d3cf87

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

haskell-language-server.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ library
6767
, ghcide >=0.7.5
6868
, gitrev
6969
, lsp
70-
, hls-plugin-api >=0.7
7170
, hie-bios
7271
, hiedb
72+
, hls-plugin-api >=0.7.1
7373
, hslogger
7474
, optparse-applicative
7575
, optparse-simple
@@ -187,37 +187,37 @@ common example-plugins
187187

188188
common class
189189
if flag(class) || flag(all-plugins)
190-
build-depends: hls-class-plugin
190+
build-depends: hls-class-plugin >=0.1.0.2
191191
cpp-options: -Dclass
192192

193193
common haddockComments
194194
if flag(haddockComments) || flag(all-plugins)
195-
build-depends: hls-haddock-comments-plugin
195+
build-depends: hls-haddock-comments-plugin >=0.1.1.1
196196
cpp-options: -DhaddockComments
197197

198198
common eval
199199
if flag(eval) || flag(all-plugins)
200-
build-depends: hls-eval-plugin
200+
build-depends: hls-eval-plugin >=0.2.0.1
201201
cpp-options: -Deval
202202

203203
common importLens
204204
if flag(importLens) || flag(all-plugins)
205-
build-depends: hls-explicit-imports-plugin
205+
build-depends: hls-explicit-imports-plugin >=0.1.0.2
206206
cpp-options: -DimportLens
207207

208208
common retrie
209209
if flag(retrie) || flag(all-plugins)
210-
build-depends: hls-retrie-plugin
210+
build-depends: hls-retrie-plugin >=0.1.1.1
211211
cpp-options: -Dretrie
212212

213213
common tactic
214214
if flag(tactic) || flag(all-plugins)
215-
build-depends: hls-tactics-plugin
215+
build-depends: hls-tactics-plugin >=0.5.1.1
216216
cpp-options: -Dtactic
217217

218218
common hlint
219219
if flag(hlint) || flag(all-plugins)
220-
build-depends: hls-hlint-plugin
220+
build-depends: hls-hlint-plugin >=0.2.0.1
221221
cpp-options: -Dhlint
222222

223223
common moduleName
@@ -235,7 +235,7 @@ common pragmas
235235

236236
common splice
237237
if flag(splice) || flag(all-plugins)
238-
build-depends: hls-splice-plugin
238+
build-depends: hls-splice-plugin >= 0.4.0.1
239239
cpp-options: -Dsplice
240240

241241
-- formatters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-class-plugin
3-
version: 0.1.0.1
3+
version: 0.1.0.2
44
synopsis: Class/instance management plugin for Haskell Language Server
55
description:
66
Class/instance management plugin for Haskell Language Server.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-eval-plugin
3-
version: 0.2.0.0
3+
version: 0.2.0.1
44
synopsis: Eval plugin for Haskell Language Server
55
description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
66
category: Development

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

Lines changed: 1 addition & 1 deletion
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: 0.1.0.1
3+
version: 0.1.0.2
44
synopsis: Explicit imports plugin for Haskell Language Server
55
license: Apache-2.0
66
license-file: LICENSE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-haddock-comments-plugin
3-
version: 0.1.1.0
3+
version: 0.1.1.1
44
synopsis: Haddock comments plugin for Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-hlint-plugin
3-
version: 0.2.0.0
3+
version: 0.2.0.1
44
synopsis: Hlint integration plugin with Haskell Language Server
55
description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme)
66
license: Apache-2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-retrie-plugin
3-
version: 0.1.1.0
3+
version: 0.1.1.1
44
synopsis: Retrie integration plugin for Haskell Language Server
55
license: Apache-2.0
66
license-file: LICENSE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-splice-plugin
3-
version: 0.4.0.0
3+
version: 0.4.0.1
44
synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
55
description: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes.
66
license: Apache-2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
category: Development
33
name: hls-tactics-plugin
4-
version: 0.5.1.0
4+
version: 0.5.1.1
55
synopsis: Tactics plugin for Haskell Language Server
66
description: Please see README.md
77
author: Sandy Maguire, Reed Mullanix

0 commit comments

Comments
 (0)