pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-ghc-mtl Mark the package as BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26067f79112
branches:  trunk
changeset: 451844:e26067f79112
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun May 02 13:45:12 2021 +0000

description:
Mark the package as BROKEN

diffstat:

 devel/hs-ghc-mtl/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8043eb747676 -r e26067f79112 devel/hs-ghc-mtl/Makefile
--- a/devel/hs-ghc-mtl/Makefile Sun May 02 13:43:15 2021 +0000
+++ b/devel/hs-ghc-mtl/Makefile Sun May 02 13:45:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/11 08:11:30 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/02 13:45:12 pho Exp $
 
 DISTNAME=      ghc-mtl-1.2.1.0
 PKGREVISION=   1
@@ -8,7 +8,9 @@
 COMMENT=       Provides an mtl compatible version of the Ghc-Api monad transformers
 LICENSE=       modified-bsd
 
+# It appears it only supports GHC up to 8.8.x unfortunately.
+BROKEN=                "${PKGNAME} is incompatible with GHC >= 9.0"
+
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-exceptions/buildlink3.mk"
 .include "../../devel/hs-extensible-exceptions/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index