# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ CABAL_FEATURES="lib bin" inherit haskell-cabal DESCRIPTION="Grammatical Framework" HOMEPAGE="http://www.grammaticalframework.org" SRC_URI="http://www.grammaticalframework.org/download/${P}-src.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.10.3 >=dev-haskell/happy-1.18.2 >=dev-haskell/alex-2.3.1" RDEPEND="${DEPEND}"