We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e035d7 + 0a4514a commit 466378aCopy full SHA for 466378a
plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
2
name: hls-explicit-imports-plugin
3
-version: 0.1.0.0
+version: 0.1.0.1
4
synopsis: Explicit imports plugin for Haskell Language Server
5
license: Apache-2.0
6
license-file: LICENSE
@@ -22,7 +22,7 @@ library
22
, haskell-lsp-types
23
, hls-plugin-api
24
, ghc
25
- , ghcide
+ , ghcide >= 0.7.4
26
, shake
27
, text
28
, unordered-containers
0 commit comments