pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hls-hlint-plugin



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  4 12:51:19 UTC 2024

Modified Files:
        pkgsrc/devel/hs-hls-hlint-plugin: Makefile

Log Message:
devel/hs-hls-hlint-plugin: Update the reason for BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-hls-hlint-plugin/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/hs-hls-hlint-plugin/Makefile
diff -u pkgsrc/devel/hs-hls-hlint-plugin/Makefile:1.7 pkgsrc/devel/hs-hls-hlint-plugin/Makefile:1.8
--- pkgsrc/devel/hs-hls-hlint-plugin/Makefile:1.7       Wed Nov  8 13:18:47 2023
+++ pkgsrc/devel/hs-hls-hlint-plugin/Makefile   Sat May  4 12:51:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/11/08 13:18:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/05/04 12:51:19 pho Exp $
 
 DISTNAME=      hls-hlint-plugin-2.4.0.0
 PKGREVISION=   2
@@ -8,7 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Hlint integration plugin with Haskell Language Server
 LICENSE=       apache-2.0
 
-BROKEN+=       "This package is currently broken because devel/hlint is broken."
+# The upstream has already fixed it in git HEAD but hasn't released a new version.
+BROKEN+=       "This package is currently broken because it's incompatible with GHC 9.8"
 
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../devel/hs-apply-refact/buildlink3.mk"



Home | Main Index | Thread Index | Old Index