pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hlint



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 31 04:41:19 UTC 2025

Modified Files:
        pkgsrc/devel/hlint: Makefile

Log Message:
devel/hlint: Mark the package as broken. Hope we can revive it soon


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/hlint/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/hlint/Makefile
diff -u pkgsrc/devel/hlint/Makefile:1.15 pkgsrc/devel/hlint/Makefile:1.16
--- pkgsrc/devel/hlint/Makefile:1.15    Thu May  9 01:31:43 2024
+++ pkgsrc/devel/hlint/Makefile Fri Jan 31 04:41:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/05/09 01:31:43 pho Exp $
+# $NetBSD: Makefile,v 1.16 2025/01/31 04:41:19 pho Exp $
 
 DISTNAME=      hlint-3.8
 PKGNAME=       ${DISTNAME}
@@ -9,6 +9,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Haskell source code suggestions
 LICENSE=       modified-bsd
 
+BROKEN+=       "hlint is incompatible with GHC 9.10. The upstream has a fix but it's not been released yet. See https://github.com/ndmitchell/hlint/commit/05257f69f28a1593a2dcb65189150122cbcbce3f";
+
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../devel/hs-ansi-terminal/buildlink3.mk"
 .include "../../devel/hs-cmdargs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index