# $Id: Portfile 64993 2010-03-19 00:47:30Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   cereal 0.2
platforms       darwin
categories      devel
maintainers     nox openmaintainer
description     A binary serialization library

long_description \
    A binary serialization library, similar to binary, that introduces an \
    isolate primitive for parser isolation, and replaces the asynchronous \
    errors with a user-handleable Either type. Similar to binary in \
    performance, but uses a strict ByteString instead of a lazy ByteString, \
    thus restricting it to operating on finite inputs.

checksums       md5     96f3d64072bbfa8d843b4f7b223c4bc2 \
                sha1    7e7839b2083134ed13e5fe885f12c13947b63c3d \
                rmd160  5157ff90b635f7e75e7c2fab107bd531a3d2edf7

configure.args-append \
    --docdir=${prefix}/share/doc/${name}

universal_variant no
