summaryrefslogtreecommitdiff
blob: 89c5eda9bf27cb6d2517f89dd2796ad7b8c38dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<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:
		
		* &quot;System.FilePath.Posix.ByteString&quot; manipulates POSIX\/Linux style @RawFilePath@ values (with @\/@ as the path separator).
		
		* &quot;System.FilePath.Windows.ByteString&quot; manipulates Windows style @RawFilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives).
		
		* &quot;System.FilePath.ByteString&quot; 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>
</pkgmetadata>