summaryrefslogtreecommitdiff
path: root/dev-haskell/hadrian/metadata.xml
blob: 1b91de851518ef0349933cd63be869c02514c2b7 (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://docs.baldeagleos.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>baldeagleos-repo</origin>
</pkgmetadata>