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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	haskell-src 1.0.1.3
name		hs-platform-haskell-src
maintainers	nomaintainer
platforms	darwin

description	Manipulating Haskell source code
long_description	\
	Facilities for manipulating Haskell source code:	\
	an abstract syntax, lexer, parser and pretty-printer.

checksums	md5     27ec8f55eca844852815f916935f192d \
		sha1    21b14d8b885e9a2ca6b4226d7619b7ca966097fe \
		rmd160  5c9320e39b3ad0160ce4aa7fefa31218bb1b3a4f

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

