summaryrefslogtreecommitdiff
blob: 9efae39dd8c0a691528c512bc487d3b9c6e48c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>
		We provide a library and an executable for working with derived 'Show'
		instances. By using the library, we can parse derived 'Show' instances into a
		generic data structure. The @ppsh@ tool uses the library to produce
		human-readable versions of 'Show' instances, which can be quite handy for
		debugging Haskell programs.
	</longdescription>
</pkgmetadata>