summaryrefslogtreecommitdiff
blob: a9de8bd9d1ae2e17db9e712681f94b190f561a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		A Template Haskell deriver for unboxed vectors, given a pair of coercion
		functions to and from some existing type with an Unbox instance.
		
		Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
	</longdescription>
</pkgmetadata>