summaryrefslogtreecommitdiff
blob: ca71ee49c3727df77a13be6eac843cd7eeb8ab96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		This is a pretty printing library based on Wadler&#39;s paper &quot;A Prettier Printer&quot;. It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.
	</longdescription>
	<use>
		<flag name="example">Build the example application.</flag>
	</use>
</pkgmetadata>