Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Distribution/Server/Util/CabalRevisions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ checkPackageDescriptions checkXRevision
changesOk "maintainer" fromShortText maintainerA maintainerB
changesOk "author" fromShortText authorA authorB
changesOk "stability" fromShortText stabilityA stabilityB
changesOk' Trivial "tested-with" (show . ppTestedWith) testedWithA testedWithB
changesOk "tested-with" (show . ppTestedWith) testedWithA testedWithB
changesOk "homepage" fromShortText homepageA homepageB
checkSame "The package-url field is unused, don't bother changing it."
pkgUrlA pkgUrlB
Expand Down