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

Changelog

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

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Sat, 08 Feb 2020 11:03:45 +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
Focal release universe haskell

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-1build3.debian.tar.xz 3.6 KiB 172d4ed205dbec2bf5bd4ea1ff5a7691f2a3ca1738d622080f91b7a68cc42cf7
haskell-pretty-show_1.9.5-1build3.dsc 2.5 KiB 9abe47a797871d54167c6fc0b34511ab734c479ce8a75915386c3032e38f6a16

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

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

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.