diff options
Diffstat (limited to 'dev-haskell/pretty-show/metadata.xml')
-rw-r--r-- | dev-haskell/pretty-show/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-haskell/pretty-show/metadata.xml b/dev-haskell/pretty-show/metadata.xml new file mode 100644 index 000000000000..6818b93fe92e --- /dev/null +++ b/dev-haskell/pretty-show/metadata.xml @@ -0,0 +1,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> |