pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-ghc-mtl



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun May  2 13:45:12 UTC 2021

Modified Files:
        pkgsrc/devel/hs-ghc-mtl: Makefile

Log Message:
Mark the package as BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-ghc-mtl/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-ghc-mtl/Makefile
diff -u pkgsrc/devel/hs-ghc-mtl/Makefile:1.3 pkgsrc/devel/hs-ghc-mtl/Makefile:1.4
--- pkgsrc/devel/hs-ghc-mtl/Makefile:1.3        Sat Jan 11 08:11:30 2020
+++ pkgsrc/devel/hs-ghc-mtl/Makefile    Sun May  2 13:45:12 2021
@@ -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 @@ MAINTAINER=     pho%cielonegro.org@localhost
 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