hdevtools: remove

Marked BROKEN since January 2020, does not support current ghc versions
This commit is contained in:
wiz 2022-08-21 12:29:22 +00:00
parent 9a9d66e866
commit 2d6148f35d
5 changed files with 3 additions and 42 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3772 2022/08/21 12:26:57 wiz Exp $
# $NetBSD: Makefile,v 1.3773 2022/08/21 12:29:22 wiz Exp $
#
COMMENT= Development utilities
@ -481,7 +481,6 @@ SUBDIR+= gyp
SUBDIR+= happy
SUBDIR+= haskell-language-server
SUBDIR+= haskell-mode
SUBDIR+= hdevtools
SUBDIR+= hdf
SUBDIR+= hdf5
SUBDIR+= hdf5-c++

View file

@ -1,12 +0,0 @@
hdevtools is a backend for text editor plugins, to allow for things such as
syntax and type checking of Haskell code, and retrieving type information,
all directly from within your text editor.
The advantage that hdevtools has over competitors, is that it runs silently
in a persistent background process, and therefore is able to keeps all of
your Haskell modules and dependent libraries loaded in memory. This way,
when you change only a single source file, only it needs to be reloaded and
rechecked, instead of having to reload everything.
This makes hdevtools very fast for checking syntax and type errors (runs
just as fast as the :reload command in GHCi).

View file

@ -1,22 +0,0 @@
# $NetBSD: Makefile,v 1.24 2022/02/26 03:57:46 pho Exp $
DISTNAME= hdevtools-0.1.8.0
PKGNAME= ${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel #haskell
MAINTAINER= szptvlfn@NetBSD.org
COMMENT= Persistent GHC powered background server for FAST haskell dev tools
LICENSE= mit
# 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"
.include "../../devel/hs-ghc-paths/buildlink3.mk"
.include "../../net/hs-network/buildlink3.mk"
.include "../../devel/hs-syb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.6 2021/10/26 10:14:50 nia Exp $
BLAKE2s (hdevtools-0.1.8.0.tar.gz) = df4f42cffd276c2b25346d4bbb9762f4fdb33d5221e7c313d86c40026249e9ec
SHA512 (hdevtools-0.1.8.0.tar.gz) = 6f21e69e15799c60ca1acf5f96e41a44b0cebc17a97c33c6dc4ef06887dcd996450bf6debab217060ab458e2810d271220ca3645124a017ef6eefe49448fa827
Size (hdevtools-0.1.8.0.tar.gz) = 22984 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2022,v 1.3939 2022/08/21 12:26:57 wiz Exp $
$NetBSD: CHANGES-2022,v 1.3940 2022/08/21 12:29:22 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@ -5783,3 +5783,4 @@ Changes to the packages collection and infrastructure in 2022:
Updated www/hugo to 0.101.0 [bsiegert 2022-08-21]
Added lang/go119 version 1.19 [bsiegert 2022-08-21]
Removed devel/hs-ghc-mtl [wiz 2022-08-21]
Removed devel/hdevtools successor devel/haskell-language-server [wiz 2022-08-21]