Skip to content

Commit

Permalink
Bump plugins versions (#1392)
Browse files Browse the repository at this point in the history
* Bump plugins versions

* Bump minBounds

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pepeiborra and mergify[bot] authored Feb 19, 2021
1 parent 3312117 commit 7d3cf87
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ library
, ghcide >=0.7.5
, gitrev
, lsp
, hls-plugin-api >=0.7
, hie-bios
, hiedb
, hls-plugin-api >=0.7.1
, hslogger
, optparse-applicative
, optparse-simple
Expand Down Expand Up @@ -187,37 +187,37 @@ common example-plugins

common class
if flag(class) || flag(all-plugins)
build-depends: hls-class-plugin
build-depends: hls-class-plugin >=0.1.0.2
cpp-options: -Dclass

common haddockComments
if flag(haddockComments) || flag(all-plugins)
build-depends: hls-haddock-comments-plugin
build-depends: hls-haddock-comments-plugin >=0.1.1.1
cpp-options: -DhaddockComments

common eval
if flag(eval) || flag(all-plugins)
build-depends: hls-eval-plugin
build-depends: hls-eval-plugin >=0.2.0.1
cpp-options: -Deval

common importLens
if flag(importLens) || flag(all-plugins)
build-depends: hls-explicit-imports-plugin
build-depends: hls-explicit-imports-plugin >=0.1.0.2
cpp-options: -DimportLens

common retrie
if flag(retrie) || flag(all-plugins)
build-depends: hls-retrie-plugin
build-depends: hls-retrie-plugin >=0.1.1.1
cpp-options: -Dretrie

common tactic
if flag(tactic) || flag(all-plugins)
build-depends: hls-tactics-plugin
build-depends: hls-tactics-plugin >=0.5.1.1
cpp-options: -Dtactic

common hlint
if flag(hlint) || flag(all-plugins)
build-depends: hls-hlint-plugin
build-depends: hls-hlint-plugin >=0.2.0.1
cpp-options: -Dhlint

common moduleName
Expand All @@ -235,7 +235,7 @@ common pragmas

common splice
if flag(splice) || flag(all-plugins)
build-depends: hls-splice-plugin
build-depends: hls-splice-plugin >= 0.4.0.1
cpp-options: -Dsplice

-- formatters
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-class-plugin/hls-class-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-class-plugin
version: 0.1.0.1
version: 0.1.0.2
synopsis: Class/instance management plugin for Haskell Language Server
description:
Class/instance management plugin for Haskell Language Server.
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-eval-plugin/hls-eval-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-eval-plugin
version: 0.2.0.0
version: 0.2.0.1
synopsis: Eval plugin for Haskell Language Server
description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
category: Development
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-explicit-imports-plugin
version: 0.1.0.1
version: 0.1.0.2
synopsis: Explicit imports plugin for Haskell Language Server
license: Apache-2.0
license-file: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-haddock-comments-plugin
version: 0.1.1.0
version: 0.1.1.1
synopsis: Haddock comments plugin for Haskell Language Server
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server>
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/hls-hlint-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-hlint-plugin
version: 0.2.0.0
version: 0.2.0.1
synopsis: Hlint integration plugin with Haskell Language Server
description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme)
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-retrie-plugin
version: 0.1.1.0
version: 0.1.1.1
synopsis: Retrie integration plugin for Haskell Language Server
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-splice-plugin/hls-splice-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-splice-plugin
version: 0.4.0.0
version: 0.4.0.1
synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
description: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes.
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
category: Development
name: hls-tactics-plugin
version: 0.5.1.0
version: 0.5.1.1
synopsis: Tactics plugin for Haskell Language Server
description: Please see README.md
author: Sandy Maguire, Reed Mullanix
Expand Down

0 comments on commit 7d3cf87

Please sign in to comment.