haskell-pretty-show 1.9.5-1build2 source package in Ubuntu

Changelog

haskell-pretty-show (1.9.5-1build2) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 09:04:31 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.9.5.orig.tar.gz 41.4 KiB b095bebb79951d2e25a543a591844fb638165672d7b95d325844611297ba423f
haskell-pretty-show_1.9.5-1build2.debian.tar.xz 3.6 KiB 70760a620112ab5e456bff31c1cfdfa9322082e29dcaa44f4da8ec7c180fb42c
haskell-pretty-show_1.9.5-1build2.dsc 2.5 KiB c0912a6de52257ac00e3a1303a3ea731458b93aaf572e0e9042148a7ff44ff4e

Available diffs

View changes file

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: 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.