# $Id: Portfile 51210 2009-05-20 20:28:57Z gwright@macports.org $

PortSystem 1.0

# Override some of the PortGroup haskell defaults because of the odd naming
# conventions for cabal.

PortGroup	haskell 1.0
revision	1
haskell.setup	Cabal 1.6.0.3
name 		hs-libcabal
categories	devel haskell
maintainers	gwright
platforms	darwin

description	Library for Haskell's Cabal build system.
long_description	\
		Cabal is a system for building and packaging Haskell	\
		libraries and programs It defines a common interface	\
		for package authors and distributors to easily build	\
		their applications in a portable way. Cabal is part of	\
		a larger infrastructure for distributing, organizing,	\
		and cataloging Haskell libraries and programs.		\
		    	       	       		     			\
		This port provides only the library.  The hs-cabal	\
		port provides the "cabal" installer program.

checksums	md5     71cf18d4b49734142c273a9c4ce063ed		\
		sha1    d6f4ed4a4c1d837f778baf3da7366943f8a81e0c	\
		rmd160  41e9e82776ec03768bdc43eb0ea299a1d76f7b19

configure.args-append	--enable-library-profiling

build.args-append	-v

