pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/fourmolu



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 29 13:45:24 UTC 2026

Modified Files:
        pkgsrc/devel/fourmolu: Makefile

Log Message:
devel/fourmolu: Mark as BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/fourmolu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/fourmolu/Makefile
diff -u pkgsrc/devel/fourmolu/Makefile:1.16 pkgsrc/devel/fourmolu/Makefile:1.17
--- pkgsrc/devel/fourmolu/Makefile:1.16 Wed Aug 13 11:06:27 2025
+++ pkgsrc/devel/fourmolu/Makefile      Thu Jan 29 13:45:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/08/13 11:06:27 pho Exp $
+# $NetBSD: Makefile,v 1.17 2026/01/29 13:45:24 pho Exp $
 
 DISTNAME=      fourmolu-0.17.0.0
 PKGNAME=       ${DISTNAME}
@@ -9,6 +9,12 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Formatter for Haskell source code
 LICENSE=       modified-bsd
 
+# The GHC API has drastically changed between 9.10 and 9.14 and there's no
+# easy fix. The upstream is working on an update to adopt the new
+# API. Until it's done we can't build fourmolu unfortunately:
+# https://github.com/fourmolu/fourmolu/pull/454
+BROKEN=                "fourmolu is incompatible with ghc-lib-parser-9.14"
+
 # lib:fourmolu
 .include "../../textproc/hs-Diff/buildlink3.mk"
 .include "../../devel/hs-memotrie/buildlink3.mk"



Home | Main Index | Thread Index | Old Index