summaryrefslogtreecommitdiff
blob: c7efd4ff539008757221a5a0f75703e511f954b6 (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>
	<longdescription>
		This is a pretty printing library based on Wadler's paper "A Prettier Printer". 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>
	<upstream>
		<remote-id type="github">batterseapower/ansi-wl-pprint</remote-id>
	</upstream>
</pkgmetadata>