You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,12 +252,13 @@ cabalRules recorder plId = do
252
252
-- We don't support the cabal version, this should not be an error, as the
253
253
-- user did not do anything wrong. Instead we cast it to a warning
254
254
regex ="Unsupported cabal-version [0-9]+.[0-9]*"
255
+
unsupportedCabalHelpText ="\nThe used cabal version is not fully supported by hls. This means that some functionallity might not work as expected.\nIf you face any issues try to downgrade to a supported cabal version."
0 commit comments