summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/network-uri/metadata.xml')
-rw-r--r--dev-haskell/network-uri/metadata.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/dev-haskell/network-uri/metadata.xml b/dev-haskell/network-uri/metadata.xml
index 8bbc355a0a8b..9e1b07f449dd 100644
--- a/dev-haskell/network-uri/metadata.xml
+++ b/dev-haskell/network-uri/metadata.xml
@@ -1,34 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- This package provides an URI manipulation inteface.
-
- In network-2.6 the @Network.URI@ module was split off from the
- network package into this package. If you're using the @Network.URI@
- module you can automatically get it from the right package by adding
- this to your .cabal file:
-
- &gt; flag network-uri
- &gt; description: Get Network.URI from the network-uri package
- &gt; default: True
- &gt;
- &gt; library
- &gt; -- ...
- &gt; if flag(network-uri)
- &gt; build-depends: network-uri &gt;= 2.6
- &gt; else
- &gt; build-depends: network &lt; 2.6
-
- If you want to use other modules from the network package while
- using the @Network.URI@ modules from this package, add a @network &gt;
- 2.6@ clause to the first @build-depends@ line.
- </longdescription>
<upstream>
+ <remote-id type="hackage">network-uri</remote-id>
<remote-id type="github">haskell/network-uri</remote-id>
</upstream>
</pkgmetadata>