# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	time 1.1.2.4
name		hs-platform-time
maintainers	nomaintainer
platforms	darwin

description	A time library
long_description	\
	A time library

homepage	http://semantic.org/TimeLib/

checksums	md5     816af2b7792b3b5465f2d566c9811721 \
		sha1    f6de0ecfb1182687a8872762cc7ed30b479d2a0d \
		rmd160  adfbe1644a2f6f67f2715504ddac13fee7299b39

depends_lib	port:ghc

universal_variant	no

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

build.args-append	-v

livecheck.type	none

