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.
2 parents 5b0d3b0 + aff02c2 commit d8c8c21Copy full SHA for d8c8c21
src/Distribution/Server/Features/PackageInfoJSON.hs
@@ -85,7 +85,9 @@ initPackageInfoJSONFeature env = do
85
return $ \core preferred -> do
86
87
let coreR = coreResource core
88
- info = "Get basic package information"
+ info = "Get basic package information: \
89
+ \The response contains a JSON object where the keys are version numbers as strings, \
90
+ \and the values are whether the version is preferred or not"
91
vInfo = "Get basic package information at a specific metadata revision"
92
93
jsonResources = [
0 commit comments