commit:     4adda09cf86ae373fd0772328d2575fd8476e6e8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 07:15:04 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 07:15:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adda09c

dev-haskell/vector-instances: bump up to 3.4

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/vector-instances/Manifest              |  1 +
 dev-haskell/vector-instances/metadata.xml          |  3 ++
 .../vector-instances/vector-instances-3.4.ebuild   | 36 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-haskell/vector-instances/Manifest 
b/dev-haskell/vector-instances/Manifest
index a6f6cabd75c..00b97fc0dbd 100644
--- a/dev-haskell/vector-instances/Manifest
+++ b/dev-haskell/vector-instances/Manifest
@@ -1 +1,2 @@
 DIST vector-instances-3.3.1.tar.gz 3726 BLAKE2B 
d7d592c0cac6745449aefabc87c6475bcd26012a6917e9a5d5d1167384f3901e75aeb53653ab9fe3644575a5601049d1b0a7b99e8425fd447eee9ac05c375c47
 SHA512 
0416532a83ee6f750e51296f1c8a3cf1f374a316bbc30638501e663199434fca28f85064660a9fc0bdbfb08ff5919c0ba1662dba704ff50bd8a7bd1ce09d56ae
+DIST vector-instances-3.4.tar.gz 5276 BLAKE2B 
ca68a6cb0a4b9aeab81409e757d7d5d5a18c53ed826668fa75725b52e374d4047ee096d392557c9c316aaa9740c307165d0aa5658542edb8827be5ddf9a883cc
 SHA512 
67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1

diff --git a/dev-haskell/vector-instances/metadata.xml 
b/dev-haskell/vector-instances/metadata.xml
index bcf46045ad0..a07a56ad497 100644
--- a/dev-haskell/vector-instances/metadata.xml
+++ b/dev-haskell/vector-instances/metadata.xml
@@ -5,6 +5,9 @@
                <email>[email protected]</email>
                <name>Gentoo Haskell</name>
        </maintainer>
+       <use>
+               <flag name="hashable">use <pkg>dev-haskell/hashable</pkg></flag>
+       </use>
        <longdescription>
                Orphan Instances for 'Data.Vector'
        </longdescription>

diff --git a/dev-haskell/vector-instances/vector-instances-3.4.ebuild 
b/dev-haskell/vector-instances/vector-instances-3.4.ebuild
new file mode 100644
index 00000000000..80286959a69
--- /dev/null
+++ b/dev-haskell/vector-instances/vector-instances-3.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan Instances for 'Data.Vector'"
+HOMEPAGE="https://github.com/ekmett/vector-instances";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+hashable"
+
+RDEPEND=">=dev-haskell/comonad-3:=[profile?]
+       >=dev-haskell/keys-3:=[profile?]
+       >=dev-haskell/pointed-3:=[profile?]
+       >=dev-haskell/semigroupoids-3:=[profile?]
+       >=dev-haskell/semigroups-0.8.3.1:=[profile?]
+       >=dev-haskell/vector-0.9:=[profile?] 
<dev-haskell/vector-0.13:=[profile?]
+       >=dev-lang/ghc-7.4.1:=
+       hashable? ( >=dev-haskell/hashable-1.1.1.0:=[profile?] )
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               $(cabal_flag hashable hashable)
+}

Reply via email to