From a7b3b9cd079091033c3660ac9c1055b8da52e82b Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Tue, 9 Jun 2026 18:57:25 -0400 Subject: [PATCH] Refreeze after system update: distributive 0.6.3 et al. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pinned distributive 0.6.2.1 conflicted with the pacman package db (comonad-5.0.10 built against 0.6.3), making a fresh solve impossible — same failure mode as the 2026-05-07 audit's aeson pin. Regenerated via tools/refreeze.sh; cabal build --dry-run now resolves. Co-Authored-By: Claude Fable 5 --- cabal.project.freeze | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project.freeze b/cabal.project.freeze index a146deb..a7ad32d 100644 --- a/cabal.project.freeze +++ b/cabal.project.freeze @@ -68,8 +68,8 @@ constraints: any.Glob ==0.10.2, any.deepseq ==1.4.8.1, any.digest ==0.0.2.1, any.directory ==1.3.8.5, - any.distributive ==0.6.2.1, - any.djot ==0.1.2.3, + any.distributive ==0.6.3, + any.djot ==0.1.2.4, any.dlist ==1.0, any.doclayout ==0.5.0.1, any.doctemplates ==0.11.0.1, @@ -198,7 +198,7 @@ constraints: any.Glob ==0.10.2, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.20.1, any.utf8-string ==1.0.2, - any.uuid-types ==1.0.6, + any.uuid-types ==1.0.6.1, any.vault ==0.3.1.6, any.vector ==0.13.2.0, any.vector-algorithms ==0.9.1.0,