gentoo/dev-haskell/vector/metadata.xml
hololeap 61dc45f321
dev-haskell/vector: add 0.12.3.1-r1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2023-10-23 04:10:24 +01:00

20 lines
698 B
XML

<?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>