Bump hls-call-hierarchy-plugin (#3427) (#3440)

This commit is contained in:
wz1000 2023-01-05 15:23:49 +05:30 committed by GitHub
parent ce6a516824
commit 05b248dfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ common class
common callHierarchy
if flag(callHierarchy)
build-depends: hls-call-hierarchy-plugin ^>= 1.1
build-depends: hls-call-hierarchy-plugin ^>= 1.2
cpp-options: -Dhls_callHierarchy
common haddockComments

View File

@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-call-hierarchy-plugin
version: 1.1.0.0
version: 1.2.0.0
synopsis: Call hierarchy plugin for Haskell Language Server
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-call-hierarchy-plugin#readme>