How can I know that a new Stackage LTS was released? I couldn't find this information in Stackage home page nor in this FAQ section on Github.
Asked
Active
Viewed 50 times
1 Answers
0
My personal favorite is using the RSS feeds, e.g.
- https://www.stackage.org/feed (all snapshots)
- https://www.stackage.org/feed/lts (all LTS snapshots)
- https://www.stackage.org/feed/lts-11 (all LTS-11 snapshots)
Bonus is that you'll get to see the differences between each successive snapshot. Alternatively, you could watch the LTS Haskell Git repo:

Michael Snoyman
- 31,100
- 3
- 48
- 77