I have some five or so projects written in Elm and enjoy every time I don't have to upgrade them because no new version was released!
The only fear I have is that I won't be able to install packages that no longer exist when I switching machines.
But by running
ELM_HOME="$PWD/deps" elm make ...
The only fear I have is that I won't be able to install packages that no longer exist when I switching machines.
But by running
I can get those downloaded into the directories and add them to the VCS.