v0.2
- Make
elm_proto_library()
functional. - Let
elm_repository()
useelm_library()
instead ofelm_package()
where possible. This disables Elm's package SAT solving, which doesn't print user-friendly errors in our case. - Add
patches
toelm_repository()
to permit application of local patches to Elm packages. - Make
elm_binary()
respect the compilation mode, allowing you to build with the time traveling debugger enabled.