Skip to content

Commit 05b248d

Browse files
authored
Bump hls-call-hierarchy-plugin (#3427) (#3440)
1 parent ce6a516 commit 05b248d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ common class
233233

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

239239
common haddockComments

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

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

0 commit comments

Comments
 (0)