I recently contributed to the docker-elm repo 
<https://github.com/maport/docker-elm> and in order to build an image for a 
given elm version the BuildFromSourceFile.hs file is needed 
<https://github.com/maport/docker-elm/blob/master/elm/0.18/Dockerfile#L17>. 
I think it'd be nicer, more explicit and less error-prone to be able to 
write something like:
 
https://github.com/elm-lang/elm-platform/blob/0.18/installers/BuildFromSource.hs

instead of using the commit sha but right now new releases are not tagged 
(the last tag is 0.15) so this is not possible. Would it be possible to add 
tagging as a mandatory step in the release process in the elm-platform 
repo? I don't see any reason why this would hurt.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to