summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 12:03:12 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 12:03:12 +0000
commit9f38fd424037114e8ce115801092967e68f05780 (patch)
tree37ddefc3fe29d4fcd46de005f24f7085496aef55 /dev-haskell/fgl/fgl-5.4.2.2.ebuild
parentVersion bump dev-haskell/glut (diff)
downloadgentoo-2-9f38fd424037114e8ce115801092967e68f05780.tar.gz
gentoo-2-9f38fd424037114e8ce115801092967e68f05780.tar.bz2
gentoo-2-9f38fd424037114e8ce115801092967e68f05780.zip
Version bump dev-haskell/fgl
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/fgl/fgl-5.4.2.2.ebuild')
-rw-r--r--dev-haskell/fgl/fgl-5.4.2.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/fgl/fgl-5.4.2.2.ebuild b/dev-haskell/fgl/fgl-5.4.2.2.ebuild
new file mode 100644
index 000000000000..cde77215aa2d
--- /dev/null
+++ b/dev-haskell/fgl/fgl-5.4.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.2.2.ebuild,v 1.1 2009/04/19 12:03:12 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Martin Erwig's Functional Graph Library"
+HOMEPAGE="http://web.engr.oregonstate.edu/~erwig/fgl/haskell"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1
+ dev-haskell/mtl"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"