pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hdevtools devel/hdevtools: Suggest migrating to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17d219db5ae5
branches: trunk
changeset: 374224:17d219db5ae5
user: pho <pho%pkgsrc.org@localhost>
date: Wed Feb 16 10:34:02 2022 +0000
description:
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.
diffstat:
devel/hdevtools/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 078f29deb71a -r 17d219db5ae5 devel/hdevtools/Makefile
--- a/devel/hdevtools/Makefile Wed Feb 16 10:25:44 2022 +0000
+++ b/devel/hdevtools/Makefile Wed Feb 16 10:34:02 2022 +0000
@@ -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 @@
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