# -*- 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       parsedate 3000.0.0
revision            5
checksums           rmd160  6aa581e2e7cd7cfc2ae04858b5b977408d02fa31 \
                    sha256  37c6a51cd63b5bb34bf85ac476cd6b0ddc57317e52fbf106acad658deaa65e3f

maintainers         nomaintainer
platforms           darwin
license             BSD

description         Data and time parsing for CalendarTime
long_description    \
    This library provides a function for parsing dates and times given a date \
    format string. This package creates CalendarTime values and is meant for \
    use with the old-time package. New code should use the time package, which \
    now includes parsing, instead.

depends_lib-append  port:hs-parsec