diff options
Diffstat (limited to 'devel/hlint/Makefile')
-rw-r--r-- | devel/hlint/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/hlint/Makefile b/devel/hlint/Makefile index 1de9b5abc89..c581cb63a63 100644 --- a/devel/hlint/Makefile +++ b/devel/hlint/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2022/01/18 02:48:02 pho Exp $ +# $NetBSD: Makefile,v 1.3 2022/02/12 07:21:15 pho Exp $ -DISTNAME= hlint-3.3.1 +DISTNAME= hlint-3.3.6 PKGNAME= ${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MAINTAINER= pho@cielonegro.org COMMENT= Haskell source code suggestions LICENSE= modified-bsd +BROKEN= "${PKGBASE} is currently incompatible with GHC 9.2.x" +BROKEN+= "Work is underway: https://github.com/ndmitchell/hlint/issues/1314" + .include "../../converters/hs-aeson/buildlink3.mk" .include "../../devel/hs-ansi-terminal/buildlink3.mk" .include "../../devel/hs-cmdargs/buildlink3.mk" |