haskell-pretty-show 1.10-3build2 source package in Ubuntu

Changelog

haskell-pretty-show (1.10-3build2) noble; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 11 Nov 2023 08:49:40 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-pretty-show_1.10.orig.tar.gz 41.2 KiB 307f9086e0b063d439dc4f513e36a145e8a57f23de448aefae2a6c00f6da6fd2
haskell-pretty-show_1.10-3build2.debian.tar.xz 3.6 KiB 1ee538c0b6486b53db1975b832a8fc30315398d3da0b3700e3815837018b50e6
haskell-pretty-show_1.10-3build2.dsc 2.5 KiB 0de53a176e04f63e9ac4378862b2cabee976c50bc6d820012b35ea11a707a969

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.