diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 12:24:25 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 12:24:25 +0000 |
commit | 99bf498253f684433a1c17691a407622aa962232 (patch) | |
tree | 652d126381ba3e963e4c9eafb674cf2c4bfc5363 /dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild | |
parent | dev-haskell/void: bump up to 0.7.3 (diff) | |
download | gentoo-99bf498253f684433a1c17691a407622aa962232.tar.gz gentoo-99bf498253f684433a1c17691a407622aa962232.tar.bz2 gentoo-99bf498253f684433a1c17691a407622aa962232.zip |
dev-haskell/vector-th-unbox: bump up to 0.2.1.7
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild')
-rw-r--r-- | dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild new file mode 100644 index 000000000000..7546e8019bc7 --- /dev/null +++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Deriver for Data.Vector.Unboxed using Template Haskell" +HOMEPAGE="http://hackage.haskell.org/package/vector-th-unbox" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/vector-0.7.1:=[profile?] <dev-haskell/vector-0.13:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/data-default ) +" |