Skip to content

Commit ff690c9

Browse files
committed
dev-haskell/filepath-bytestring: Add 1.4.100.3.2, sync KEYWORDS
1 parent dbb1b20 commit ff690c9

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
DIST filepath-bytestring-1.4.100.3.2.tar.gz 26239 BLAKE2B dda922d2df6914ddd33390894b74e8b20bd10c8142acd55f5ab938fd2f67f1d9688c95cdd33695509d4132647027bbc8621e158087a7e4b2c5e35f5d7e311d8b SHA512 c827edff6fbbf371b4d09f2946f9aa93f966d1b04aed1a8b840a45af5cfbfdac91c550d03c905f89a8f774b0f261211a10474f80249f95eeaf4838ff9a654255
12
DIST filepath-bytestring-1.5.2.0.3.tar.gz 26523 BLAKE2B c8f9851d41eac81ffb4d94e1ef85df449db54a758c5c5325cabf004edbf2d995d8f1b818445053845acc67a065beec83a01f4acca59cfa2169c36f6b7f7b5d69 SHA512 e98bfcdeaef786c1e86c948d4135b0a2a5f39b74edd6475886116b09ef454fa5961dc05ea1467efe6127d1214f4385f716c918b341295fd5cf93432fc01b725e
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2026 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# ebuild generated by hackport 0.9.1.0
7+
8+
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
9+
inherit haskell-cabal
10+
11+
DESCRIPTION="Library for manipulating RawFilePaths in a cross platform way"
12+
HOMEPAGE="https://hackage.haskell.org/package/filepath-bytestring"
13+
14+
LICENSE="BSD"
15+
SLOT="0/${PV}"
16+
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
17+
18+
CABAL_CHDEPS=(
19+
'base >= 4 && < 4.20' 'base >= 4'
20+
)
21+
22+
RDEPEND=">=dev-lang/ghc-9.2.4:=
23+
"
24+
DEPEND="${RDEPEND}
25+
>=dev-haskell/cabal-3.6.3.0
26+
test? ( >=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.15 )
27+
"

0 commit comments

Comments
 (0)