pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hint



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Feb  1 04:14:34 UTC 2023

Modified Files:
        pkgsrc/devel/hs-hint: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/hs-hint/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/hs-hint/Makefile
diff -u pkgsrc/devel/hs-hint/Makefile:1.13 pkgsrc/devel/hs-hint/Makefile:1.14
--- pkgsrc/devel/hs-hint/Makefile:1.13  Sat Feb 26 03:57:57 2022
+++ pkgsrc/devel/hs-hint/Makefile       Wed Feb  1 04:14:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/02/26 03:57:57 pho Exp $
+# $NetBSD: Makefile,v 1.14 2023/02/01 04:14:34 pho Exp $
 
 DISTNAME=      hint-0.9.0.5
 PKGREVISION=   2
@@ -8,6 +8,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Runtime Haskell interpreter (GHC API wrapper)
 LICENSE=       modified-bsd
 
+BROKEN+=       "It is incompatible with GHC 9.4. Work is underway: https://github.com/haskell-beam/beam/issues/649";
+
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-ghc-paths/buildlink3.mk"
 .include "../../devel/hs-random/buildlink3.mk"



Home | Main Index | Thread Index | Old Index