haskell-pretty-show 1.6.15-1 source package in Ubuntu

Changelog

haskell-pretty-show (1.6.15-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Mon, 18 Dec 2017 09:55:54 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-pretty-show_1.6.15-1.dsc 2.6 KiB 4aba86e229708b9628c35e5c7b6ade0a1ab4b9eaf1623be83838a9dfdf100865
haskell-pretty-show_1.6.15.orig.tar.gz 132.3 KiB 56d88bb9ab2f428aae21bf94b80128a0119a40e030ceda8a8e23fba7603b339a
haskell-pretty-show_1.6.15-1.debian.tar.xz 3.2 KiB 4109636b580090914d9ed3085c03a64a80ccfc2033652f49d8ae0733b34db323

Available diffs

No changes file available.

Binary packages built by this source

libghc-pretty-show-dev: A Haskell library for pretty printing data structures

 A library that can parse derived Show instances into a generic data structure
 which can then be pretty printed. For complex data structures, the pretty
 printed version is significantly more readable that the standard Show output.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pretty-show-doc: Documentation for Haskell pretty printing library; documentation

 A library that can parse derived Show instances into a generic data structure
 which can then be pretty printed. For complex data structures, the pretty
 printed version is significantly more readable that the standard Show output.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pretty-show-prof: No summary available for libghc-pretty-show-prof in ubuntu cosmic.

No description available for libghc-pretty-show-prof in ubuntu cosmic.

ppsh: Program to parse and pretty print arbitrary Haskell Show output

 The ppsh program takes the output of an arbitrary Haskell Show output on
 stdin and pretty prints it to stdout. It uses the library provided in the
 libghc-pretty-show-dev package to parse the input and pretty print the
 output.