Skip to content

Commit 0a4514a

Browse files
authored
bump explicit-imports plugin (#1333)
1 parent 9bb3bb7 commit 0a4514a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal

+2-2
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.0
3+
version: 0.1.0.1
44
synopsis: Explicit imports plugin for Haskell Language Server
55
license: Apache-2.0
66
license-file: LICENSE
@@ -22,7 +22,7 @@ library
2222
, haskell-lsp-types
2323
, hls-plugin-api
2424
, ghc
25-
, ghcide
25+
, ghcide >= 0.7.4
2626
, shake
2727
, text
2828
, unordered-containers

0 commit comments

Comments
 (0)