dev-haskell/filepath-bytestring: Bump to 1.4.100.3.2

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-06-22 16:48:45 +10:00
parent 43d79f377a
commit b71fa2a5ec
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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 <dev-haskell/quickcheck-2.15 )
"