Reputation: 191
How can I get the list of available build plans for stack? On some system I get lts-3.7
and some other I have lts-3.1
.
Upvotes: 7
Views: 1839
Reputation: 391
A list of all available snapshots is at https://www.stackage.org/snapshots. Stackage.org builds this list from the build plans in these repositories:
lts-M.N
snapshots)nightly-YYYY-MM-DD
snapshots)Upvotes: 6