# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       pandoc-types 1.8
maintainers         singingwolfboy openmaintainer
description         definitions for the Pandoc data structure in Haskell
long_description    \
    This package contains definitions for the Pandoc data structure, which \
    is used by pandoc to represent structured documents. These definitions \
    used to live in the pandoc package, but starting with pandoc 1.7, they \
    have been split off, so that other packages can use them without drawing \
    in all of pandoc's dependencies, and pandoc itself can depend on packages \
    (like citeproc-hs) that use them.

platforms           darwin
checksums           md5     776a016eb01cfe62ad2849fe1b9f82bc \
                    sha1    7a67c233221dd3c3922a96be4dcc620987ba1e0d \
                    rmd160  3f23b24550e70bbd415c7cc8cf1d1f7889d3518c
license             GPL
