Skip to content

Add Bazel Module

Choose a tag to compare

@Dreksh Dreksh released this 20 May 21:49
· 7 commits to master since this release

Instead of relying on WORKSPACE, you can now add it into your modules via:

bazel_dep(name = "rules_elm", version = "1.0.0")
archive_override(
    module_name = "rules_elm",
    integrity = "sha256-24SiOXYSBR+2YRk2utkG/DbzdFEYd2FNvWDuyQzA7IM=",
    strip_prefix = "rules_elm-1.0.0",
    urls = ["https://github.com/Dreksh/rules_elm/archive/refs/tags/v1.0.0.tar.gz"],
)