mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
23 lines
727 B
XML
23 lines
727 B
XML
<?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>
|
|
<longdescription>
|
|
/Overview/
|
|
|
|
An HTTP client, using the Snap Framework's 'io-streams' library to
|
|
hande the streaming IO. The API is optimized for ease of use for the
|
|
rather common case of code needing to query web services and deal with
|
|
the result.
|
|
|
|
The library is exported in a single module; see "Network.Http.Client"
|
|
for full documentation.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
|
|
</use>
|
|
</pkgmetadata>
|