diff options
Diffstat (limited to 'dev-haskell/vector/metadata.xml')
| -rw-r--r-- | dev-haskell/vector/metadata.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-haskell/vector/metadata.xml b/dev-haskell/vector/metadata.xml index fac2f4dc8e54..fc6559f8c6e2 100644 --- a/dev-haskell/vector/metadata.xml +++ b/dev-haskell/vector/metadata.xml @@ -1,11 +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> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . @@ -64,12 +64,13 @@ * Performance improvements </longdescription> - <use> - <flag name="boundschecks">Enable bounds checking</flag> - <flag name="internalchecks">Enable internal consistency checks at the cost of a significant performance penalty</flag> - <flag name="unsafechecks">Enable bounds checking in unsafe operations at the cost of a significant performance penalty</flag> - </use> - <upstream> - <remote-id type="github">haskell/vector</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">haskell/vector</remote-id> + </upstream> + <use> + <flag name="boundschecks">Enable bounds checking</flag> + <flag name="internalchecks">Enable internal consistency checks at the cost of a significant performance penalty</flag> + <flag name="unsafechecks">Enable bounds checking in unsafe operations at the cost of a significant performance penalty</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
