From b71fa2a5ec331b2687f0f11c7275e79a25c84973 Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Mon, 22 Jun 2026 16:48:45 +1000 Subject: [PATCH] dev-haskell/filepath-bytestring: Bump to 1.4.100.3.2 Signed-off-by: Mark Wright --- dev-haskell/filepath-bytestring/Manifest | 2 +- ...9.ebuild => filepath-bytestring-1.4.100.3.2.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename dev-haskell/filepath-bytestring/{filepath-bytestring-1.4.2.1.9.ebuild => filepath-bytestring-1.4.100.3.2.ebuild} (71%) diff --git a/dev-haskell/filepath-bytestring/Manifest b/dev-haskell/filepath-bytestring/Manifest index 26f295beb4edf..fb00e3c2aa91c 100644 --- a/dev-haskell/filepath-bytestring/Manifest +++ b/dev-haskell/filepath-bytestring/Manifest @@ -1 +1 @@ -DIST filepath-bytestring-1.4.2.1.9.tar.gz 25901 BLAKE2B f8cc6b01daa2a89ba9c4cfc448675ba00a203ba7eee7f966380e84daa56cf83899ea471d4b0b17f2d10b4fe8efccdca8dd188f4bdc842eee85a1f81e31a59b6a SHA512 814ca8e733afb85187055bf8fdf7381cba4de8587141eff678ec78aca76cd3042a40c3046d5fe4adaaa3575701c2a4172202ef9580ad66d87c92ee4a4e66fe87 +DIST filepath-bytestring-1.4.100.3.2.tar.gz 26239 BLAKE2B dda922d2df6914ddd33390894b74e8b20bd10c8142acd55f5ab938fd2f67f1d9688c95cdd33695509d4132647027bbc8621e158087a7e4b2c5e35f5d7e311d8b SHA512 c827edff6fbbf371b4d09f2946f9aa93f966d1b04aed1a8b840a45af5cfbfdac91c550d03c905f89a8f774b0f261211a10474f80249f95eeaf4838ff9a654255 diff --git a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.100.3.2.ebuild similarity index 71% rename from dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild rename to dev-haskell/filepath-bytestring/filepath-bytestring-1.4.100.3.2.ebuild index 3e682adab3ae9..5b71767778e11 100644 --- a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild +++ b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.100.3.2.ebuild @@ -1,9 +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.7.2.1.9999 +# ebuild generated by hackport 0.9.1.0 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -16,12 +16,12 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" CABAL_CHDEPS=( - 'filepath >= 1.4.2 && <= 1.4.2.1' 'filepath >= 1.4.2' + 'base >= 4 && < 4.20' 'base >= 4' ) -RDEPEND=">=dev-lang/ghc-8.4.3:= +RDEPEND=">=dev-lang/ghc-9.2.4:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 + >=dev-haskell/cabal-3.6.3.0 test? ( >=dev-haskell/quickcheck-2.7