pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hls-qualify-imported-names-plugin



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  4 13:00:58 UTC 2024

Modified Files:
        pkgsrc/devel/hs-hls-qualify-imported-names-plugin: Makefile

Log Message:
devel/hs-hls-qualify-imported-names-plugin: Mark the package as BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    pkgsrc/devel/hs-hls-qualify-imported-names-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-qualify-imported-names-plugin/Makefile
diff -u pkgsrc/devel/hs-hls-qualify-imported-names-plugin/Makefile:1.13 pkgsrc/devel/hs-hls-qualify-imported-names-plugin/Makefile:1.14
--- pkgsrc/devel/hs-hls-qualify-imported-names-plugin/Makefile:1.13     Wed Nov  8 13:18:47 2023
+++ pkgsrc/devel/hs-hls-qualify-imported-names-plugin/Makefile  Sat May  4 13:00:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/11/08 13:18:47 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/05/04 13:00:58 pho Exp $
 
 DISTNAME=      hls-qualify-imported-names-plugin-2.4.0.0
 PKGREVISION=   2
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Haskell Language Server plugin that qualifies imported names
 LICENSE=       apache-2.0
 
+# The upstream has already fixed it in git HEAD but hasn't released a new version.
+BROKEN+=       "This package is currently incompatible with ghcide>=2.7, hls-plugin-api>=2.7"
+
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../devel/hs-dlist/buildlink3.mk"
 .include "../../devel/hs-ghcide/buildlink3.mk"



Home | Main Index | Thread Index | Old Index