Skip to content

Releases: mpizenberg/elm-solve-deps

v0.1.1 Improve error handling

27 Dec 17:15
Compare
Choose a tag to compare

This is the first actual release of elm-solve-deps, the CLI tool. For the Rust library of the same name, you can look for it directly on crates.io.

The CLI tool elm-solve-deps is capable of solving dependencies for your project or any other elm package, either with normal or with test dependencies, and possibly with additional packages passed as arguments. I hope this can be useful to anyone wondering why the elm compiler is rejecting their manually edited elm.json, whether it's for a normal elm project, or an elm-compatible one, like lamdera.

This can also be useful for tooling authors looking for a reliable dependency solver to use in their workflow.

Below are pre-compiled binaries for the CLI tool in most platforms where Elm is usable.