freebsd-ports/lang/elixir-devel/pkg-message
Dave Cottlehuber 3e1370c1ca lang/elixir-devel: update to 1.17.0-rc.0
This release includes type inference of patterns to provide warnings for
an initial set of constructs (binaries, maps, and atoms). It also includes
a new Duration data type to interact with Calendar types and support for
Erlang/OTP 27.

- https://github.com/elixir-lang/elixir/releases/tag/v1.17.0-rc.0
2024-06-02 21:59:35 +00:00

25 lines
548 B
Text

[
{ type: install
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed:
- lang/erlang-runtime27 or newer
Note that lang/erlang through lang/erlang-runtime26 are not compatible
with this build.
EOM
}
{ type: upgrade
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed, as you prefer:
- lang/erlang-runtime27 or newer
Note that lang/erlang through lang/erlang-runtime26 are not compatible
with this build.
EOM
}
]