You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/cgi/cgi-2006.9.6.ebuild

25 lines
703 B

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-2006.9.6.ebuild,v 1.5 2007/07/13 06:03:10 mr_bones_ Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
GHC_PV=6.6
DESCRIPTION="A haskell library for writing CGI programs"
HOMEPAGE="http://haskell.org/ghc/"
SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
>=dev-haskell/mtl-1.0
>=dev-haskell/xhtml-2006.9.13
>=dev-haskell/network-2.0"
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"