summaryrefslogtreecommitdiff
blob: bcfd38c3e566bee3eba099e978e19bece08d3f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>
		This is a pretty printing library based on Wadler's paper "A Prettier
		Printer".  See the haddocks for full info.  This version allows the
		library user to declare overlapping instances of the 'Pretty' class.
	</longdescription>
</pkgmetadata>