# $FreeBSD: head/textproc/hs-pandoc-types/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	pandoc-types
PORTVERSION=	1.19
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Types for representing a structured document

LICENSE=	BSD3CLAUSE

USE_CABAL=	aeson>=0.6.2 deepseq-generics>=0.1 QuickCheck syb>=0.1

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
