mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
18 lines
635 B
XML
18 lines
635 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="test">Enables the hadrian selftest rules which require
|
|
QuickCheck. Disabling it thus saves on a few dependencies
|
|
which can be problematic when bootstrapping.</flag>
|
|
<flag name="threaded">Build with the threaded runtime for improved
|
|
performance. Users with bootstrap compilers
|
|
which don't support the threaded runtime should
|
|
disable this flag.</flag>
|
|
</use>
|
|
</pkgmetadata>
|