summaryrefslogtreecommitdiff
blob: 72f0ed5fab0e16f4c26a60895e811c0cb3a0bfc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!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>
		/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>