summaryrefslogtreecommitdiff
blob: 785d01b3618de502193d07d35b5fe0a43e6a147d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>