summaryrefslogtreecommitdiff
blob: cfbd1340ca6728f3e307c90d555616f3842be1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Support code for reading and manipulating hashed file storage
		(where each file and directory is associated with a
		cryptographic hash, for corruption-resistant storage and fast
		comparisons).
		
		The supported storage formats include darcs hashed pristine, a
		plain filesystem tree and an indexed plain tree (where the index
		maintains hashes of the plain files and directories).
	</longdescription>
	<use>
		<flag name="diff">Provide the Storage.Hashed.Diff module.</flag>
		<flag name="hpc">Compile with the profiling ghc flag -fhpc.</flag>
	</use>
</pkgmetadata>