dev-haskell/filepath-bytestring: Loosen constraint on filepath

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:07:24 -06:00 committed by Sam James
parent 859c042f98
commit 49c5c630f3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 7 additions and 13 deletions

View File

@ -15,6 +15,10 @@ LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
CABAL_CHDEPS=(
'filepath >= 1.4.2 && <= 1.4.2.1' 'filepath >= 1.4.2'
)
RDEPEND=">=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}

View File

@ -5,17 +5,7 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This package provides functionality for manipulating @RawFilePath@
values. It can be used as a drop in replacement for the filepath library
to get the benefits of using ByteStrings. It provides three modules:
* "System.FilePath.Posix.ByteString" manipulates POSIX\/Linux style @RawFilePath@ values (with @\/@ as the path separator).
* "System.FilePath.Windows.ByteString" manipulates Windows style @RawFilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives).
* "System.FilePath.ByteString" is an alias for the module appropriate to your platform.
All three modules provide the same API, and the same documentation (calling out differences in the different variants).
</longdescription>
<upstream>
<remote-id type="hackage">filepath-bytestring</remote-id>
</upstream>
</pkgmetadata>