dev-haskell/string-conversions: Hackage revision bump

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-27 14:23:08 -07:00
committed by Mark Wright
parent b4da03b165
commit ca6b31ef85
2 changed files with 8 additions and 7 deletions

View File

@@ -1 +1,2 @@
DIST string-conversions-0.4.0.1-rev1.cabal 1693 BLAKE2B a4f10f22a90ebf12e7b8d00561030d3048b003532a54ba0b0d2feb2e4461e6f2d3a8dc9e21aa683e0c987f3a0f4fb5ce6bf382813467d008e70358062a60aede SHA512 411e59a67e4d53af9f2172b84bd24cd9bddbbeda63834eb63d99e29ba0421467bcfad8381992a9103aa14dea46f58ae944e7bdcf237a96a9ed0535751c259843
DIST string-conversions-0.4.0.1.tar.gz 3759 BLAKE2B d43272aa7c275f34d8735950f922607509e402eeec2b847bd96ddc80e6b4fcbe25885d1a81d2d2aa89f6c8ef4eaf9368c7c9b6caf78d2a4a7c9177b8411fd971 SHA512 8bd015215d1a8a48f01abf95f53bd75f67c83dc48c5b4c4f0731e9da924f99c18e9c6de46fdebdd497f5dc577311db1aa31f5144dfc5b1de539e201b9fc1c9f6

View File

@@ -1,28 +1,28 @@
# 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.5.1.9999
# ebuild generated by hackport 0.9.1.0.9999
CABAL_HACKAGE_REVISION=1
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Simplifies dealing with different types for strings"
HOMEPAGE="https://github.com/soenkehahn/string-conversions#readme"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-haskell/text-0.11:=[profile?]
>=dev-haskell/utf8-string-0.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
>=dev-haskell/utf8-string-0.3.1:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
>=dev-haskell/cabal-3.4.1.0
test? ( dev-haskell/hspec
dev-haskell/quickcheck
dev-haskell/quickcheck-instances )