Wed Feb 1 04:14:34 2023 UTC ()
devel/hs-hint: Mark as broken

The package is currently incompatible with GHC 9.4. Work is underway:
https://github.com/haskell-beam/beam/issues/649


(pho)
diff -r1.13 -r1.14 pkgsrc/devel/hs-hint/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/devel/hs-hint/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-hint/Makefile 2022/02/26 03:57:57 1.13
+++ pkgsrc/devel/hs-hint/Makefile 2023/02/01 04:14:34 1.14
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2022/02/26 03:57:57 pho Exp $ 1# $NetBSD: Makefile,v 1.14 2023/02/01 04:14:34 pho Exp $
2 2
3DISTNAME= hint-0.9.0.5 3DISTNAME= hint-0.9.0.5
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pho@cielonegro.org 7MAINTAINER= pho@cielonegro.org
8COMMENT= Runtime Haskell interpreter (GHC API wrapper) 8COMMENT= Runtime Haskell interpreter (GHC API wrapper)
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
 11BROKEN+= "It is incompatible with GHC 9.4. Work is underway: https://github.com/haskell-beam/beam/issues/649"
 12
11.include "../../mk/haskell.mk" 13.include "../../mk/haskell.mk"
12.include "../../devel/hs-ghc-paths/buildlink3.mk" 14.include "../../devel/hs-ghc-paths/buildlink3.mk"
13.include "../../devel/hs-random/buildlink3.mk" 15.include "../../devel/hs-random/buildlink3.mk"
14.include "../../sysutils/hs-temporary/buildlink3.mk" 16.include "../../sysutils/hs-temporary/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"