File 1282-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
@@ -47,6 +47,6 @@
{registered, []},
{applications, [compiler, hipe, kernel, stdlib, wx]},
{env, []},
- {runtime_dependencies, ["wx-1.2","syntax_tools-2.0","stdlib-3.0",
- "kernel-5.0","hipe-3.15.4","erts-8.0",
+ {runtime_dependencies, ["wx-1.8","syntax_tools-2.0","stdlib-3.3",
+ "kernel-5.2","hipe-3.15.4","erts-8.3",
"compiler-7.0"]}]}.
--
2.31.1