File:  [cvs.NetBSD.org] / pkgsrc / devel / hs-ipynb / Makefile
Revision 1.13: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:12 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.13 2025/02/02 13:05:12 pho Exp $

DISTNAME=	ipynb-0.2
PKGREVISION=	8
CATEGORIES=	devel

MAINTAINER=	pho@cielonegro.org
COMMENT=	Data structure for working with Jupyter notebooks (ipynb)
LICENSE=	modified-bsd

.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../converters/hs-base64-bytestring/buildlink3.mk"
.include "../../devel/hs-unordered-containers/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>