summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-03-08 21:22:09 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-03-08 21:22:09 +0000
commit4a0666cb5e09e7ab11a1b489a710546655a24424 (patch)
tree15f44b16c8735eaa8e2a98767f72370f09e14bb9 /dev-haskell/network/network-2.2.0.1.ebuild
parentx86 stable, bug #260138 (diff)
downloadgentoo-2-4a0666cb5e09e7ab11a1b489a710546655a24424.tar.gz
gentoo-2-4a0666cb5e09e7ab11a1b489a710546655a24424.tar.bz2
gentoo-2-4a0666cb5e09e7ab11a1b489a710546655a24424.zip
Version bump dev-haskell/network to 2.2.0.1
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/network/network-2.2.0.1.ebuild')
-rw-r--r--dev-haskell/network/network-2.2.0.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/network/network-2.2.0.1.ebuild b/dev-haskell/network/network-2.2.0.1.ebuild
new file mode 100644
index 000000000000..77825c74395e
--- /dev/null
+++ b/dev-haskell/network/network-2.2.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.0.1.ebuild,v 1.1 2009/03/08 21:22:09 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Networking-related facilities"
+HOMEPAGE="http://haskell.org/ghc/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.2
+ dev-haskell/parsec"