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
@@ -252,13 +253,24 @@ cabalRules recorder plId = do
252
253
-- We don't support the cabal version, this should not be an error, as the
253
254
-- user did not do anything wrong. Instead we cast it to a warning
254
255
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."
256
+
unsupportedCabalHelpText =unlines
257
+
[ "The used cabal version is not fully supported by HLS. This means that some functionality might not work as expected."
258
+
, "If you face any issues try to downgrade to a supported cabal version."
0 commit comments