From 9226d9296dffcca9466c9e7e6309247be2771c97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Dec 2025 13:27:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20ghc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ghc: - Item root['releases']['9.14'] ({'name': '9.14', 'eol': False, 'eoas': False}) added to dictionary. - Value of root['releases']['9.12']['eoas'] changed from False to True. --- releases/ghc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/releases/ghc.json b/releases/ghc.json index a18f0fed..abbe7d39 100644 --- a/releases/ghc.json +++ b/releases/ghc.json @@ -20,10 +20,15 @@ "eol": true, "eoas": true }, + "9.14": { + "name": "9.14", + "eol": false, + "eoas": false + }, "9.12": { "name": "9.12", "eol": false, - "eoas": false + "eoas": true }, "9.10": { "name": "9.10",