diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 06:39:40 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 06:39:40 +0000 |
commit | 25a1251142e4616859c0bb369a34667b146ef78d (patch) | |
tree | 10ce270d5b6cc4dbcd91ed9e39a003e937960b40 /dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild | |
parent | dev-haskell/vector-algorithms: 0.5.4.2 (diff) | |
download | gentoo-2-25a1251142e4616859c0bb369a34667b146ef78d.tar.gz gentoo-2-25a1251142e4616859c0bb369a34667b146ef78d.tar.bz2 gentoo-2-25a1251142e4616859c0bb369a34667b146ef78d.zip |
dev-haskell/vector-binary-instances: 0.2.1.0
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild')
-rw-r--r-- | dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild new file mode 100644 index 000000000000..1848151c1993 --- /dev/null +++ b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild,v 1.1 2013/08/25 06:39:40 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Instances of Data.Binary and Data.Serialize for vector" +HOMEPAGE="https://github.com/bos/vector-binary-instances" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/binary:=[profile?] + dev-haskell/cereal:=[profile?] + >=dev-haskell/vector-0.6:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |