File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/hls-cabal-plugin/src/Ide/Plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ Provided by: `hls-cabal-plugin`
322
322
323
323
Code action kind: ` quickfix `
324
324
325
- Add a missing dependency to your ` .cabal ` file.
325
+ Add a missing package dependency to your ` .cabal ` file.
326
326
327
327
## Code lenses
328
328
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ cabalRules recorder plId = do
257
257
[ " The used `cabal-version` is not fully supported by this `HLS` binary."
258
258
, " Either the `cabal-version` is unknown, or too new for this executable."
259
259
, " This means that some functionality might not work as expected."
260
- , " If you face any issues, try downgrading to a supported `cabal-version` or upgrading `HLS` if available ."
260
+ , " If you face any issues, try downgrading to a supported `cabal-version` or upgrading `HLS` if possible ."
261
261
, " "
262
262
, " Supported versions are: " <>
263
263
List. intercalate " , "
You can’t perform that action at this time.
0 commit comments