summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-22 22:23:52 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-22 22:31:17 +0100
commit6b57a26f514e37ea9c8879126d6e2e4c64553103 (patch)
tree445c70aec5a610c428f60c773c9c8c4c0a6c8d49 /dev-haskell/mod/metadata.xml
parentdev-haskell/quickcheck-classes: new package, a depend of arithmoi-0.11 (diff)
downloadgentoo-6b57a26f514e37ea9c8879126d6e2e4c64553103.tar.gz
gentoo-6b57a26f514e37ea9c8879126d6e2e4c64553103.tar.bz2
gentoo-6b57a26f514e37ea9c8879126d6e2e4c64553103.zip
dev-haskell/mod: new package, a depend of arithmoi-0.11
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/mod/metadata.xml')
-rw-r--r--dev-haskell/mod/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/mod/metadata.xml b/dev-haskell/mod/metadata.xml
new file mode 100644
index 000000000000..dbb7236e5c3c
--- /dev/null
+++ b/dev-haskell/mod/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+ <use>
+ <flag name="semirings">Derive semiring instances</flag>
+ </use>
+ <longdescription>
+ &lt;https://en.wikipedia.org/wiki/Modular_arithmetic Modular arithmetic&gt;,
+ promoting moduli to the type level, with an emphasis on performance.
+ Originally part of &lt;https://hackage.haskell.org/package/arithmoi arithmoi&gt; package.
+ </longdescription>
+</pkgmetadata>