16 lines
489 B
Makefile
16 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/18 02:48:08 pho Exp $
|
|
|
|
DISTNAME= ghc-mtl-1.2.1.0
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
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-extensible-exceptions/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|