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

Changelog

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

  * New upstream release

 -- Clint Adams <email address hidden>  Sun, 18 Jun 2017 01:47:26 -0400

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

Downloads

File Size SHA-256 Checksum
haskell-pretty-show_1.6.13-1.dsc 2.6 KiB c01f7c99e9414d3cf70c786d9d1f7387fc0aa380d5242edae7162f213321c1da
haskell-pretty-show_1.6.13.orig.tar.gz 136.8 KiB 55ba43cb043e15738adcba3e9a5a5dd3e341026f5334fd0b9c80dfbcbc387dcd
haskell-pretty-show_1.6.13-1.debian.tar.xz 3.1 KiB 20578e7e1c5cc8a11197c5a0667bc409d0cdcde2d0ccc0cb7ade2e4866973058

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: No summary available for libghc-pretty-show-doc in ubuntu artful.

No description available for libghc-pretty-show-doc in ubuntu artful.

libghc-pretty-show-prof: Profiling libraries for pretty printing Haskell data structures; profiling libraries

 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, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

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.