summaryrefslogtreecommitdiff
path: root/dev-haskell/quickcheck-classes/metadata.xml
blob: ee449e72da8f4fd4866d40b06b041a8287bcd1a2 (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://liguros.gitlab.io/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>
 <origin>gentoo-staging</origin>
</pkgmetadata>