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

Changelog

haskell-pretty-show (1.9.5-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 03 Aug 2019 14:55:24 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
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-1build1.debian.tar.xz 3.5 KiB a2f0b9d83e6c465c52b06a9885092f3123d072826be1bce30049e188b07665c7
haskell-pretty-show_1.9.5-1build1.dsc 2.5 KiB 7b68a6716ab14d3dae8ed488408562d3b75e300ed83d2cc69e0162864acc89b8

View changes file

Binary packages built by this source

libghc-pretty-show-dev: No summary available for libghc-pretty-show-dev in ubuntu eoan.

No description available for libghc-pretty-show-dev in ubuntu eoan.

libghc-pretty-show-doc: No summary available for libghc-pretty-show-doc in ubuntu eoan.

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

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.