diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:07:24 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:34 +0100 |
commit | 49c5c630f39c27f9604b360d4af3794e95c01fc3 (patch) | |
tree | fc62e24b127fcd15d7737a03d961bfcbbb0e2853 /dev-haskell/filepath-bytestring | |
parent | dev-haskell/file-embed: add 0.0.15.0 (diff) | |
download | gentoo-49c5c630f39c27f9604b360d4af3794e95c01fc3.tar.gz gentoo-49c5c630f39c27f9604b360d4af3794e95c01fc3.tar.bz2 gentoo-49c5c630f39c27f9604b360d4af3794e95c01fc3.zip |
dev-haskell/filepath-bytestring: Loosen constraint on filepath
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/filepath-bytestring')
-rw-r--r-- | dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/filepath-bytestring/metadata.xml | 16 |
2 files changed, 7 insertions, 13 deletions
diff --git a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild index b888a56a556b..b70db22f9b9c 100644 --- a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild +++ b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild @@ -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} diff --git a/dev-haskell/filepath-bytestring/metadata.xml b/dev-haskell/filepath-bytestring/metadata.xml index 3a20cee1af99..2701978d8784 100644 --- a/dev-haskell/filepath-bytestring/metadata.xml +++ b/dev-haskell/filepath-bytestring/metadata.xml @@ -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> |