File 0660-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
@@ -49,6 +49,6 @@
{registered, []},
{applications, [compiler, hipe, kernel, stdlib, wx]},
{env, []},
- {runtime_dependencies, ["wx-1.2","syntax_tools-2.0","stdlib-3.4",
- "kernel-5.3","hipe-3.16.1","erts-9.0",
- "compiler-7.0"]}]}.
+ {runtime_dependencies, ["wx-1.9","syntax_tools-2.0","stdlib-3.14",
+ "kernel-7.3","hipe-4.0","erts-11.2",
+ "compiler-7.6"]}]}.
--
2.31.1