diff options
Diffstat (limited to 'dev-haskell/cmdargs/metadata.xml')
| -rw-r--r-- | dev-haskell/cmdargs/metadata.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-haskell/cmdargs/metadata.xml b/dev-haskell/cmdargs/metadata.xml index d07cc4fd7c80..8d2ccbed8123 100644 --- a/dev-haskell/cmdargs/metadata.xml +++ b/dev-haskell/cmdargs/metadata.xml @@ -1,11 +1,11 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<?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> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> This library provides an easy way to define command line parsers. Most users will want to use the "System.Console.CmdArgs.Implicit" module, whose documentation contains an example. @@ -25,11 +25,12 @@ For a general reference on what command line flags are commonly used, see <http://www.faqs.org/docs/artu/ch10s05.html>. </longdescription> - <use> - <flag name="testprog">Build the test program</flag> - <flag name="quotation">Build quote module</flag> - </use> - <upstream> - <remote-id type="github">ndmitchell/cmdargs</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">ndmitchell/cmdargs</remote-id> + </upstream> + <use> + <flag name="testprog">Build the test program</flag> + <flag name="quotation">Build quote module</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
