summaryrefslogtreecommitdiff
path: root/dev-haskell/quickcheck-classes/metadata.xml
blob: 1e70ae5d8016f5bb36b5f329dfcfcf2f8c3bd4fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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="aeson">You can disable the use of the `aeson` package using `-f-aeson`.  This may be useful for accelerating builds in sandboxes for expert users.</flag>
		<flag name="binary-laws">Include infrastructure for testing class laws of binary type constructors. It is required that this flag match the value that the `unary-laws` flag was given when building `quickcheck-classes-base`. Disabling `unary-laws` while keeping `binary-laws` enabled is an unsupported configuration.</flag>
		<flag name="semigroupoids">You can disable the use of the `semigroupoids` package using `-f-semigroupoids`.  This may be useful for accelerating builds in sandboxes for expert users.</flag>
		<flag name="semirings">You can disable the use of the `semirings` package using `-f-semirings`.  This may be useful for accelerating builds in sandboxes for expert users.</flag>
		<flag name="unary-laws">Include infrastructure for testing class laws of unary type constructors. It is required that this flag match the value that the `unary-laws` flag was given when building `quickcheck-classes-base`.</flag>
		<flag name="vector">You can disable the use of the `vector` package using `-f-vector`.  This may be useful for accelerating builds in sandboxes for expert users.</flag>
	</use>
</pkgmetadata>