summaryrefslogtreecommitdiff
path: root/dev-haskell/filepath-bytestring
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
commit386855c4d1ef509c1fd32abd721589c81669613b (patch)
tree35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/filepath-bytestring
parent0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff)
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/filepath-bytestring')
-rw-r--r--dev-haskell/filepath-bytestring/Manifest4
-rw-r--r--dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild4
-rw-r--r--dev-haskell/filepath-bytestring/metadata.xml16
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-haskell/filepath-bytestring/Manifest b/dev-haskell/filepath-bytestring/Manifest
index 762fc3a778b5..1c6ebaad35ac 100644
--- a/dev-haskell/filepath-bytestring/Manifest
+++ b/dev-haskell/filepath-bytestring/Manifest
@@ -1,3 +1,3 @@
DIST filepath-bytestring-1.4.2.1.9.tar.gz 25901 BLAKE2B f8cc6b01daa2a89ba9c4cfc448675ba00a203ba7eee7f966380e84daa56cf83899ea471d4b0b17f2d10b4fe8efccdca8dd188f4bdc842eee85a1f81e31a59b6a SHA512 814ca8e733afb85187055bf8fdf7381cba4de8587141eff678ec78aca76cd3042a40c3046d5fe4adaaa3575701c2a4172202ef9580ad66d87c92ee4a4e66fe87
-EBUILD filepath-bytestring-1.4.2.1.9.ebuild 615 BLAKE2B 1c6727b677add365239efc575670793d4550fcb8a64343a5fb67abc124f35a13e4df0b462acc174433ccd8f90d6f09d28d826724f0b49088ae5700f0c374c713 SHA512 f119594420f5365f52b114dfd0f430a00cc267c10f0ebb43caea172174be733e5c1058d38c86cf48441243620a74039d0c62d77c214f8e2a909e2d0b6346f172
-MISC metadata.xml 1015 BLAKE2B f0852ea0ff280a3cced94c3acc8f94e75d1afcf845e83717ccada480ab020b294ccfd552b2e0fac262becbd0267fa5f3aca86427c08a800a2d75510ac4c41bc7 SHA512 e48b7ff201b33cb3c013cb6b6d8be54e737e24c917ba4f676deba01123fcedc6bb0b2b6259edca753f4c843dd30a829f3239b6193a2163a3d25373dc4639caef
+EBUILD filepath-bytestring-1.4.2.1.9.ebuild 688 BLAKE2B 013b265552ee77d7cd60f8ba3da2c71459886de41fe89e54e65f2d3e40fb18941f6716f349f3ee4a1969703beb873e0dcf98dc57e658c3560ac02fea29e10ca0 SHA512 89ecc4f601eb49a1958d8a257ca2eff2055d6608554f476df412decaafcc1ef5c538671cc47fb6ee6c5b101603ed80ba15969ee7d5119803b22225cba77f9dc5
+MISC metadata.xml 335 BLAKE2B 8fe5af0a600ff3e5e2919ba8d7732b84daf9c622d6ca5bc009b8dc14c913db6f58eb67cbc9a51d6e8f96019f4ab1da4da26abdd500bfc964bcd175ce69e66236 SHA512 4e179048324d42fbf821a5a67e5d4002eec1117d317bc3e5b776cdf3d8c890558bc991cd61c27b5100b68bb61e4400d468de7a7e9917b443794066923944fc2f
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>