haskellari / lattices

Fine-grained lattice primitives for Haskell
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Can I haz an lts snapshot in stack.yaml, rather than nightly? #65

Closed kindaro closed 6 years ago

kindaro commented 6 years ago

It is a minor issue, but I would much rather build a project with an lts snapshot. Some of the packages will be already downloaded, built and cached, so the build will be faster and less hard drive space used.

I would humbly suggest replacing a nightly-2017-06-01 in stack.yaml with an lts-10.5 or any other lts snapshot, especially since this particular nightly adds nothing to the project's buildability.

phadej commented 6 years ago

I don't use stack actively anymore. Please make a PR to update it.

phadej commented 6 years ago

Solved by #67