summaryrefslogtreecommitdiff
path: root/dev-haskell/semigroups/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/semigroups/metadata.xml
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/semigroups/metadata.xml')
-rw-r--r--dev-haskell/semigroups/metadata.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/semigroups/metadata.xml b/dev-haskell/semigroups/metadata.xml
new file mode 100644
index 000000000000..ac1ccc6f6f92
--- /dev/null
+++ b/dev-haskell/semigroups/metadata.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Haskell 98 semigroups
+
+ In mathematics, a semigroup is an algebraic structure
+ consisting of a set together with an associative binary
+ operation. A semigroup generalizes a monoid in that there
+ might not exist an identity element. It also (originally)
+ generalized a group (a monoid with all inverses) to a type
+ where every element did not have to have an inverse, thus the
+ name semigroup.
+ </longdescription>
+ <use>
+ <flag name="hashable">You can disable the use of the
+ `hashable` package using USE=-hashable. Disabling this is an
+ unsupported configuration, but it may be useful for
+ accelerating builds in sandboxes for expert users. If set we
+ will not supply an instance of `Hashable`.</flag>
+ <flag name="bytestring">You can disable the use of the `bytestring`
+ package using USE=-bytestring. Disabling this is an
+ unsupported configuration, but it may be useful for
+ accelerating builds in sandboxes for expert users.</flag>
+ <flag name="containers">You can disable the use of the `containers`
+ package using USE=-containers. Disabing this is an unsupported
+ configuration, but it may be useful for accelerating builds in
+ sandboxes for expert users.</flag>
+ <flag name="deepseq">You can disable the use of the `deepseq`
+ package using `-f-deepseq`. Disabing this is an unsupported
+ configuration, but it may be useful for accelerating builds in
+ sandboxes for expert users.</flag>
+ <flag name="text">You can disable the use of the `text` package
+ using USE=-text. Disabling this is an unsupported
+ configuration, but it may be useful for accelerating builds in
+ sandboxes for expert users.</flag>
+ <flag name="unordered-containers">You can disable the use of the
+ `unordered-containers` package using
+ USE=-unordered-containers. Disabling this is an unsupported
+ configuration, but it may be useful for accelerating builds in
+ sandboxes for expert users.</flag>
+ <flag name="binary">provide instances for binary package</flag>
+ <flag name="transformers">provide instances for transformers package.</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">ekmett/semigroups</remote-id>
+ </upstream>
+</pkgmetadata>