# $Id: Portfile 64958 2010-03-18 14:22:06Z gwright@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	parsedate 3000.0.0
maintainers	nomaintainer
platforms	darwin

description	Data and time parsing for haskell's 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 hs-platform-time package, which now includes	\
	parsing, instead. 

checksums	md5     cddd2fce4584460a91dadc3e77048bf6 \
		sha1    61e1abc896de90d7cae15f26487e6731bc525778 \
		rmd160  6aa581e2e7cd7cfc2ae04858b5b977408d02fa31

depends_lib	port:ghc	\
		port:hs-platform-parsec

universal_variant	no

configure.args-append	-v --enable-library-profiling		\
			--with-gcc=${configure.cc}

build.args-append	-v


