commit:     bceafdbd1cef869c9e8c398342d1b7d3e8b3124e
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 10 01:32:29 2026 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 04:55:51 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceafdbd

dev-haskell/data-array-byte: Bump to 0.1.0.2

Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-haskell/data-array-byte/Manifest                 |  3 +--
 ...0.1.0.1.ebuild => data-array-byte-0.1.0.2.ebuild} | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/dev-haskell/data-array-byte/Manifest 
b/dev-haskell/data-array-byte/Manifest
index f4d26ec1a3d4..6197d1ffaa73 100644
--- a/dev-haskell/data-array-byte/Manifest
+++ b/dev-haskell/data-array-byte/Manifest
@@ -1,2 +1 @@
-DIST data-array-byte-0.1.0.1-rev1.cabal 1989 BLAKE2B 
4cc949daa674be3691072d87b1bc158dbda8e03edb1cdc8d839fe88761b3758a285150a3ed6c297343b93cdf49123584aa8d54cc6bce585d6f7ef008c94afdea
 SHA512 
dda81cb1f8e04a762bad70af5f5cc566c2228322ac277296e1492db57757eedebc39133a35f2daca499593bb4f855e2548c0c400eac3d7ab0ebf7d646dfa06e7
-DIST data-array-byte-0.1.0.1.tar.gz 6784 BLAKE2B 
5b53eeee371b4463c4c140b153fd5b806db0385c4fba647c158cecd3168f739f97c292ef70bee03b74e4d34f9ef5c58d9cfa6d20e0b11f2f38399b04657d3c12
 SHA512 
f06e369803fadca57c0782b45c97f914e0e28c512bb3f36be35a06686ac1c3ab45da150143a1be3b0b5633c3d4105570acc4c0482e9692a4ef35568922a303e7
+DIST data-array-byte-0.1.0.2.tar.gz 6927 BLAKE2B 
1e7ad3fdb88f733b0778c711695723605dd006df59b93a5f2e047340d4267681b5fe85ac1ae2afd11b34ef86a4cd3026e6f9218fa5852a319508f86e54537984
 SHA512 
aadc8d5ab714a212c69086572e294dbf78bc2e5d0f8e819c5bd236df9906a351c4cbf7267aed700ddf89475ee11592cfbc4bba383c4cde6b623b794af4d152f2

diff --git a/dev-haskell/data-array-byte/data-array-byte-0.1.0.1.ebuild 
b/dev-haskell/data-array-byte/data-array-byte-0.1.0.2.ebuild
similarity index 77%
rename from dev-haskell/data-array-byte/data-array-byte-0.1.0.1.ebuild
rename to dev-haskell/data-array-byte/data-array-byte-0.1.0.2.ebuild
index 322e73d7a889..939acaed65d7 100644
--- a/dev-haskell/data-array-byte/data-array-byte-0.1.0.1.ebuild
+++ b/dev-haskell/data-array-byte/data-array-byte-0.1.0.2.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-# ebuild generated by hackport 0.8.4.0.9999
-
-CABAL_HACKAGE_REVISION=1
+# ebuild generated by hackport 0.9.1.0
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
@@ -17,15 +15,21 @@ LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
-RDEPEND=">=dev-lang/ghc-8.10.6:=
+RDEPEND=">=dev-lang/ghc-9.0.2:=
 "
 DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-3.2.1.0
+       >=dev-haskell/cabal-3.4.1.0
        test? ( >=dev-haskell/quickcheck-classes-base-0.6 
<dev-haskell/quickcheck-classes-base-0.7
-               >=dev-haskell/tasty-1.4 <dev-haskell/tasty-1.5
-               >=dev-haskell/tasty-quickcheck-0.10 
<dev-haskell/tasty-quickcheck-0.11 )
+               >=dev-haskell/tasty-1.4 <dev-haskell/tasty-1.6
+               >=dev-haskell/tasty-quickcheck-0.10 
<dev-haskell/tasty-quickcheck-0.12 )
 "
 
+src_prepare() {
+       default
+
+       cabal-mksetup
+}
+
 pkg_pretend() {
        if use test; then
                ewarn "The \"test\" USE flag for this package creates cycles 
within the"

Reply via email to