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

Changelog

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

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 04 Nov 2023 19:35:10 +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

Downloads

File Size SHA-256 Checksum
haskell-pretty-show_1.10.orig.tar.gz 41.2 KiB 307f9086e0b063d439dc4f513e36a145e8a57f23de448aefae2a6c00f6da6fd2
haskell-pretty-show_1.10-3build1.debian.tar.xz 3.6 KiB bf803e18f7e40980226662c7d116bfc4bd36a67ce5d9246855df6835f629e643
haskell-pretty-show_1.10-3build1.dsc 2.5 KiB 6f158d852a521dc2e9a226605abcfa26eb36d137a07cd1c2cdb78d165f87a601

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.