File 0302-dialyzer.app.src-Bump-runtime-dependencies-to-the-OT.patch of Package erlang
From d4603f16163135aa29c8eb7ab5f346f4ad240f03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Mon, 20 Sep 2021 13:01:16 +0200
Subject: [PATCH 02/20] dialyzer.app.src: Bump runtime dependencies to the OTP
24.0 versions
The previous dependencies were ancient. They lack functions we might
want to use, such as sets:from_list/2.
---
lib/dialyzer/src/dialyzer.app.src | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/dialyzer/src/dialyzer.app.src b/lib/dialyzer/src/dialyzer.app.src
index 721eda0644..3090895190 100644
--- a/lib/dialyzer/src/dialyzer.app.src
+++ b/lib/dialyzer/src/dialyzer.app.src
@@ -57,6 +57,6 @@
{registered, []},
{applications, [compiler, kernel, stdlib]},
{env, []},
- {runtime_dependencies, ["wx-1.2","syntax_tools-2.0","stdlib-3.4",
- "kernel-5.3","erts-9.0",
- "compiler-7.0"]}]}.
+ {runtime_dependencies, ["wx-2.0","syntax_tools-2.0","stdlib-3.15",
+ "kernel-8.0","erts-12.0",
+ "compiler-8.0"]}]}.
--
2.31.1