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
[](https://stackage.org/lts-2/package/packagename)
[](https://stackage.org/lts-3/package/packagename)
[](https://stackage.org/nightly/package/packagename)
In case of stack
it would look like:
Stack

Do you like this blog post and need help with DevOps, Rust or functional programming? Contact us.