diff --git a/docs/features.md b/docs/features.md index df2ccceb7f..897552dff7 100644 --- a/docs/features.md +++ b/docs/features.md @@ -322,7 +322,7 @@ Provided by: `hls-cabal-plugin` Code action kind: `quickfix` -Add a missing dependency to your `.cabal` file. +Add a missing package dependency to your `.cabal` file. ## Code lenses diff --git a/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs b/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs index da58c5f874..2abee54b5c 100644 --- a/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs +++ b/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs @@ -257,7 +257,7 @@ cabalRules recorder plId = do [ "The used `cabal-version` is not fully supported by this `HLS` binary." , "Either the `cabal-version` is unknown, or too new for this executable." , "This means that some functionality might not work as expected." - , "If you face any issues, try downgrading to a supported `cabal-version` or upgrading `HLS` if available." + , "If you face any issues, try downgrading to a supported `cabal-version` or upgrading `HLS` if possible." , "" , "Supported versions are: " <> List.intercalate ", "