summaryrefslogtreecommitdiff
blob: 0c190a6bf351e0394e5e0a3dea0ab51f32c4ca30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>
		A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist.
	</longdescription>
	<use>
		<flag name="safe">dissable effective but unsafe coersions</flag>
	</use>
	<upstream>
		<remote-id type="github">ekmett/void</remote-id>
	</upstream>
</pkgmetadata>