mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
19 lines
698 B
XML
19 lines
698 B
XML
<?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>
|
|
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>
|
|
<upstream>
|
|
<remote-id type="github">yav/pretty-show</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|