summaryrefslogtreecommitdiff
blob: 220975e213d989e875d70437de8474ed46d056ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
		The shellisg package provides a single module for convenient
		\"systems\" programming in Haskell, similar in spirit to POSIX
		shells or PERL.
		
		* Elegance and safety is sacrificed for conciseness and
		swiss-army-knife-ness.
		
		* The interface exported by Shellish is thread-safe.
		
		Overall, the module should help you to get a job done quickly,
		without getting too dirty.
	</longdescription>
</pkgmetadata>