X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dev-haskell%2Frepa%2Frepa-2.2.0.1.ebuild;fp=dev-haskell%2Frepa%2Frepa-2.2.0.1.ebuild;h=cec57a9b1a697169b6bf8428c7eee7519a835f4d;hb=bb17cf44fd433aa9dc7f784481bc447c3b72cc58;hp=0000000000000000000000000000000000000000;hpb=06acd83f258e48f0364ddba32268105e569d88ae;p=mjo-overlay.git 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 index 0000000..cec57a9 --- /dev/null +++ b/dev-haskell/repa/repa-2.2.0.1.ebuild @@ -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-lang/ghc-6.12.3" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6"