summaryrefslogtreecommitdiff
blob: 746157c47d78da8368bcaa19365108ce988a5a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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="benchmark-uniplate">
			Enable benchmarking against Neil Mitchell's
			uniplate library for comparative performance analysis. Defaults to being
			turned off to avoid the extra dependency.
		</flag>
		<flag name="inlining">
			Generate inline pragmas when using
			template-haskell. This defaults to enabled, but you can
			to shut it off to benchmark the relative performance impact,
			or as last ditch effort to address compile errors resulting
			from the myriad versions of template-haskell that all purport to be 2.8.
		</flag>
		<flag name="safe">Disallow unsafeCoerce</flag>
		<flag name="dump-splices">Build and run the doctests test-suite.</flag>
		<flag name="j">Attempt a parallel build with GHC 7.8.</flag>
		<flag name="trustworthy">Assert that we are trustworthy when we can</flag>
	</use>
	<upstream>
		<remote-id type="github">ekmett/lens</remote-id>
	</upstream>
</pkgmetadata>