blob: 7ee5e1e98704ab3e5711d7ec3e318e5cfb9d79b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
<origin>srcux</origin>
</pkgmetadata>
|