]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - dev-haskell/repa/repa-2.2.0.1.ebuild
Actually do what I said I did in that last commit.
[mjo-overlay.git] / dev-haskell / repa / repa-2.2.0.1.ebuild
diff --git a/dev-haskell/repa/repa-2.2.0.1.ebuild b/dev-haskell/repa/repa-2.2.0.1.ebuild
new file mode 100644 (file)
index 0000000..cec57a9
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="High performance, regular, shape polymorphic parallel arrays."
+HOMEPAGE="http://repa.ouroborus.net"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/quickcheck-2.3
+               <dev-haskell/quickcheck-2.5
+               =dev-haskell/vector-0.9*
+               >=dev-lang/ghc-6.12.3"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"