# -*- 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       vty 4.7.3
revision            4
checksums           rmd160  84ea13d486d30621f0fbb58fcc82744585585e7a \
                    sha256  6bf9393d3615dc2badc92de366b4129ac5853d8dc0c3e644725d6cc37f4d0574

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         A simple terminal UI library
long_description    \
    vty is terminal GUI library in the niche of ncurses. It is intended to be \
    easy to use, have no confusing corner cases, and good support for common \
    terminal types.

depends_lib-append  port:hs-mtl \
                    port:hs-parallel \
                    port:hs-parsec \
                    port:hs-string-qq \
                    port:hs-terminfo \
                    port:hs-utf8-string \
                    port:hs-vector