You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Packages which are uncurated have no expectations on them regarding versioning policy."
Yet the PVP FAQ says
"Yes, packages uploaded to Hackage (which is a pre-requisite for being included in Stackage) are expected to honor the PVP."
Since only curated packages must honor the PVP, the PVP FAQ is inaccurate. I suggest editing the "My package is in Stackage" answer - perhaps something like "The PVP requires that you specify all version bounds. If you do not wish to adhere to this aspect of the PVP, your package is not PVP compliant and you must indicate this by setting the x-curation field in your .cabal file to uncurated."
The text was updated successfully, but these errors were encountered:
According to http://hackage.haskell.org/upload
"Packages which are uncurated have no expectations on them regarding versioning policy."
Yet the PVP FAQ says
"Yes, packages uploaded to Hackage (which is a pre-requisite for being included in Stackage) are expected to honor the PVP."
Since only curated packages must honor the PVP, the PVP FAQ is inaccurate. I suggest editing the "My package is in Stackage" answer - perhaps something like "The PVP requires that you specify all version bounds. If you do not wish to adhere to this aspect of the PVP, your package is not PVP compliant and you must indicate this by setting the x-curation field in your .cabal file to uncurated."
The text was updated successfully, but these errors were encountered: