Skip to content
Snippets Groups Projects
Commit 28e4d38a authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Change a warning type.

parent cc7aed37
No related branches found
No related tags found
No related merge requests found
......@@ -1052,7 +1052,7 @@ checkCabalVersion pkg =
, check (specVersion pkg < Version [1,23] []
&& isNothing (setupBuildInfo pkg)
&& buildType pkg == Just Custom) $
PackageDistSuspicious $
PackageDistSuspiciousWarn $
"From version 1.23 cabal supports specifiying explicit dependencies "
++ "for Custom setup scripts. Consider using cabal-version >= 1.23 and "
++ "adding a 'custom-setup' section with a 'setup-depends' field "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment