Skip to content

Commit 1dae3f8

Browse files
committed
Import haskell/hackage-server#1183: allow revision of 'stability' field
1 parent 32042de commit 1dae3f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/Distribution/Server/Util/CabalRevisions.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,7 @@ checkPackageDescriptions checkXRevision
341341
changesOk "copyright" fromShortText copyrightA copyrightB
342342
changesOk "maintainer" fromShortText maintainerA maintainerB
343343
changesOk "author" fromShortText authorA authorB
344-
checkSame "The stability field is unused, don't bother changing it."
345-
stabilityA stabilityB
344+
changesOk "stability" fromShortText stabilityA stabilityB
346345
changesOk' Trivial "tested-with" (show . ppTestedWith) testedWithA testedWithB
347346
changesOk "homepage" fromShortText homepageA homepageB
348347
checkSame "The package-url field is unused, don't bother changing it."

0 commit comments

Comments
 (0)