mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/system-fileio: Bump to 0.3.16.7
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST system-fileio-0.3.16.4.tar.gz 15632 BLAKE2B 88c773cd78cf21a445c45a7b1548b77ed3624af54f54d0a0388b9c41ffe4595299e32ba4ffa5dad1234f810de73b07f47b16e8e2ad1b490f63811d193523abdb SHA512 68530cd11b25aa8a05967d3f51091ea57a5be138b672bd5373918163281c55a91b60dea03bdd22bcd4ba1d6bb26e2ed14660ce55bbdaf2737d2dd2b7e608d698
|
||||
DIST system-fileio-0.3.16.7.tar.gz 16002 BLAKE2B 68b458cff6c839182a4e893e1379c98e833a57a925a43e808ae6b72d9da2e2094e43dc4463b347d2434813ee64981e8fe91e26cfa1c460870e27b8b14f7f6571 SHA512 7e6c4372390a40ea5340a500a7585b1b8290405b6d905a588a83581c002e8f5ef9eea278d156528411d49d305ba188067d34ee56b458982c1d1dc01caa9c1d0b
|
||||
|
||||
@@ -1,33 +1,26 @@
|
||||
# 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.6.9999
|
||||
# ebuild generated by hackport 0.9.1.0
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Consistent filesystem interaction across GHC versions (deprecated)"
|
||||
HOMEPAGE="https://github.com/fpco/haskell-filesystem"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
CABAL_CHDEPS=(
|
||||
'chell >= 0.4 && < 0.5' 'chell >= 0.4'
|
||||
)
|
||||
|
||||
RDEPEND=">=dev-haskell/system-filepath-0.3.1:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?]
|
||||
>=dev-haskell/text-0.7.1:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
test? ( >=dev-haskell/chell-0.4
|
||||
>=dev-haskell/temporary-1.1 <dev-haskell/temporary-2.0
|
||||
>=dev-haskell/transformers-0.2 )
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.6
|
||||
>=dev-haskell/temporary-1.1 <dev-haskell/temporary-2 )
|
||||
"
|
||||
Reference in New Issue
Block a user