We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stability
1 parent 9774da5 commit 4670cdbCopy full SHA for 4670cdb
src/Distribution/Server/Util/CabalRevisions.hs
@@ -337,8 +337,7 @@ checkPackageDescriptions checkXRevision
337
changesOk "copyright" fromShortText copyrightA copyrightB
338
changesOk "maintainer" fromShortText maintainerA maintainerB
339
changesOk "author" fromShortText authorA authorB
340
- checkSame "The stability field is unused, don't bother changing it."
341
- stabilityA stabilityB
+ changesOk "stability" fromShortText stabilityA stabilityB
342
changesOk' Trivial "tested-with" (show . ppTestedWith) testedWithA testedWithB
343
changesOk "homepage" fromShortText homepageA homepageB
344
checkSame "The package-url field is unused, don't bother changing it."
0 commit comments