pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ormolu



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 29 13:42:18 UTC 2026

Modified Files:
        pkgsrc/devel/ormolu: Makefile

Log Message:
devel/ormolu: Mark as BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ormolu/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/ormolu/Makefile
diff -u pkgsrc/devel/ormolu/Makefile:1.15 pkgsrc/devel/ormolu/Makefile:1.16
--- pkgsrc/devel/ormolu/Makefile:1.15   Wed Aug 13 11:07:08 2025
+++ pkgsrc/devel/ormolu/Makefile        Thu Jan 29 13:42:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/08/13 11:07:08 pho Exp $
+# $NetBSD: Makefile,v 1.16 2026/01/29 13:42:17 pho Exp $
 
 DISTNAME=      ormolu-0.7.7.0
 PKGNAME=       ${DISTNAME}
@@ -12,6 +12,12 @@ LICENSE=     modified-bsd
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        Diff
 
+# 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 ormolu unfortunately:
+# https://github.com/tweag/ormolu/pull/1175
+BROKEN=                "ormolu is incompatible with ghc-lib-parser-9.14"
+
 # lib:ormolu
 .include "../../textproc/hs-Diff/buildlink3.mk"
 .include "../../devel/hs-memotrie/buildlink3.mk"



Home | Main Index | Thread Index | Old Index