Mark the package as BROKEN
This commit is contained in:
parent
ac2e06f6aa
commit
27ee7d9902
1 changed files with 4 additions and 2 deletions
|
@ -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
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue