pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hdevtools



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Feb 16 10:34:02 UTC 2022

Modified Files:
        pkgsrc/devel/hdevtools: Makefile

Log Message:
devel/hdevtools: Suggest migrating to haskell-language-server in the BROKEN message

It's now considered to have been superseded by HLS. The package may be
removed some time.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/hdevtools/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/hdevtools/Makefile
diff -u pkgsrc/devel/hdevtools/Makefile:1.22 pkgsrc/devel/hdevtools/Makefile:1.23
--- pkgsrc/devel/hdevtools/Makefile:1.22        Sat Feb 12 08:50:26 2022
+++ pkgsrc/devel/hdevtools/Makefile     Wed Feb 16 10:34:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/02/12 08:50:26 pho Exp $
+# $NetBSD: Makefile,v 1.23 2022/02/16 10:34:02 pho Exp $
 
 DISTNAME=      hdevtools-0.1.8.0
 PKGNAME=       ${DISTNAME}
@@ -9,8 +9,10 @@ MAINTAINER=    szptvlfn%NetBSD.org@localhost
 COMMENT=       Persistent GHC powered background server for FAST haskell dev tools
 LICENSE=       mit
 
-# It appears it only supports GHC up to 8.6.x unfortunately.
-BROKEN=                "${PKGNAME} is incompatible with GHC 8.8.x"
+# The upstream is dead atm, and is probably forever.
+BROKEN+=       "${PKGBASE} is incompatible with GHC >= 8.8."
+BROKEN+=       "Consider using devel/haskell-language-server instead."
+BROKEN+=       "See https://github.com/hdevtools/hdevtools/issues/97 for more info."
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-cmdargs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index