19 Oct 2015
This is a guest blog from Konstantin Zudov, who has been making a number of wonderful enhancements to the Stackage Server website.
Snapshot badges for packages on Stackage
Stackage Server just got a new feature: snapshot badges. Take a look:
stack/lts-2
:stack/lts-3
:stack/lts
(the latest):stack/nightly
:
Package authors can add the badges to their README.md
to tell users in which
snapshots the package is present and provide a link to the package page.
Here is an example of how that can be done:
# PackageName
[](http://stackage.org/lts-2/package/packagename)
[](http://stackage.org/lts-3/package/packagename)
[](http://stackage.org/nightly/package/packagename)
In case of stack
it would look like: