summaryrefslogtreecommitdiff
blob: d7ad3155bea8dc05e7f35249252ae22f48cdbe97 (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>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="boundschecks">Enable bounds checking</flag>
		<flag name="internalchecks">Enable internal consistency checks at the cost of a
significant performance penalty</flag>
		<flag name="unsafechecks">Enable bounds checking in unsafe operations at the cost of a
significant performance penalty</flag>
	</use>
	<upstream>
		<remote-id type="hackage">vector</remote-id>
		<remote-id type="github">haskell/vector</remote-id>
	</upstream>
</pkgmetadata>