We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32042de commit 1dae3f8Copy full SHA for 1dae3f8
1 file changed
lib/Distribution/Server/Util/CabalRevisions.hs
@@ -341,8 +341,7 @@ checkPackageDescriptions checkXRevision
341
changesOk "copyright" fromShortText copyrightA copyrightB
342
changesOk "maintainer" fromShortText maintainerA maintainerB
343
changesOk "author" fromShortText authorA authorB
344
- checkSame "The stability field is unused, don't bother changing it."
345
- stabilityA stabilityB
+ changesOk "stability" fromShortText stabilityA stabilityB
346
changesOk' Trivial "tested-with" (show . ppTestedWith) testedWithA testedWithB
347
changesOk "homepage" fromShortText homepageA homepageB
348
checkSame "The package-url field is unused, don't bother changing it."
0 commit comments