Skip to content

Tags: kczulko/rules_elm

Tags

v1.0.1

Toggle v1.0.1's commit message
fix: support --incompatible_use_plus_in_repo_names

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use python instead gzip+chmod (#59)

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bcr url (#52)

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid name clashes when Main module is used as a test dependency. (#17)

v0.3

Toggle v0.3's commit message
Force the compilation mode for tests to fastbuild.

We can't use 'opt', because that trims out certain features needed by
the unit testing framework. Using 'dbg' also doesn't make sense, because
the time traveling debugger isn't usable in this context.

v0.2

Toggle v0.2's commit message
Document the existence of the patches option.

v0.1

Toggle v0.1's commit message
Refer to the Bazel Elm SPA Example.