summaryrefslogtreecommitdiff
path: root/dev-haskell/criterion/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/criterion/metadata.xml')
-rw-r--r--dev-haskell/criterion/metadata.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/dev-haskell/criterion/metadata.xml b/dev-haskell/criterion/metadata.xml
index 2a81615370e7..14a347edb8a5 100644
--- a/dev-haskell/criterion/metadata.xml
+++ b/dev-haskell/criterion/metadata.xml
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!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="embed-data-files">Embed the data files in the binary for a relocatable executable</flag>
- </use>
- <longdescription>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
This library provides a powerful but simple way to measure the
performance of Haskell code. It provides both a framework for
executing and analysing benchmarks and a set of driver functions
@@ -18,7 +15,11 @@
The fastest way to get started is to read the documentation and
examples in the Criterion.Main module.
</longdescription>
- <upstream>
- <remote-id type="github">bos/criterion</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="github">bos/criterion</remote-id>
+ </upstream>
+ <use>
+ <flag name="embed-data-files">Embed the data files in the binary for a relocatable executable</flag>
+ </use>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file