hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

Showing a boolean flag in the package JSON API for deprecation

Open Kleidukos opened this issue 3 years ago • 0 comments

Currently, when viewing the JSON representation of a deprecated release like https://hackage.haskell.org/package/accelerate-cuda-0.15.1.1.json, there is no marker that the release has been deprecated, despite the fact that the package JSON will show the deprecation (https://hackage.haskell.org/package/accelerate-cuda.json)

There should be a boolean flag to show that the release is deprecated.

@gbaz I'd like to implement this. Is there anything I should be aware of while doing this?

Kleidukos avatar Oct 13 '22 14:10 Kleidukos