# -*- 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$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       byteable 0.1.1
revision            2
checksums           rmd160  1319a8c5a5e6e60394a30e819b427f2ce512327b \
                    sha256  243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Type class for sequence of bytes
long_description    \
    Abstract class to manipulate sequence of bytes.\
    \nThe use case of this class is abstracting manipulation of types that are \
    just wrapping a bytestring with stronger and more meaniful name.