summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-09-11 10:44:22 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-09-11 11:01:31 +0100
commitb4a020eb4e6897574e60725f0746a17134068045 (patch)
treeac59b4e6509d7e74fecb0961c832d72bb51c4458 /dev-haskell/vector-space/vector-space-0.10.4.ebuild
parentdev-haskell/numinstances: numeric instances for tuples and functions , a depe... (diff)
downloadgentoo-b4a020eb4e6897574e60725f0746a17134068045.tar.gz
gentoo-b4a020eb4e6897574e60725f0746a17134068045.tar.bz2
gentoo-b4a020eb4e6897574e60725f0746a17134068045.zip
dev-haskell/vector-space: vectors and affine spaces library, a depend of dev-haskell/thyme
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/vector-space/vector-space-0.10.4.ebuild')
-rw-r--r--dev-haskell/vector-space/vector-space-0.10.4.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/vector-space/vector-space-0.10.4.ebuild b/dev-haskell/vector-space/vector-space-0.10.4.ebuild
new file mode 100644
index 000000000000..7ad719fc6f65
--- /dev/null
+++ b/dev-haskell/vector-space/vector-space-0.10.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Vector & affine spaces, linear maps, and derivatives"
+HOMEPAGE="http://hackage.haskell.org/package/vector-space"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/boolean-0.1.0:=[profile?]
+ >=dev-haskell/memotrie-0.5:=[profile?]
+ >=dev-haskell/numinstances-1.0:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"