Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: VeryMilkyJoe <[email protected]>
  • Loading branch information
fendor and VeryMilkyJoe authored Oct 22, 2024
1 parent 21c234f commit 0a7e40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ", "
Expand Down

0 comments on commit 0a7e40f

Please sign in to comment.