summaryrefslogtreecommitdiff
path: root/dev-haskell/entropy/metadata.xml
blob: b2f89694099e0c51863cd1c7a7f9ae9d90ccd370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="donotgetentropy">
			Avoid use of the getentropy() *nix function. By default
			getentropy will be used if detected during compilation
			(this plays poorly with cross compilation).
		</flag>
    <flag name="halvm">Build for the HaLVM.</flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>