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

Changelog

haskell-pretty-show (1.10-3build3) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 10:56:37 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular 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-3build3.debian.tar.xz 3.6 KiB ec294721cf59b7c40ed358e1671c62360ed69f51c066a9ce0ddbe51b7d21af7f
haskell-pretty-show_1.10-3build3.dsc 2.5 KiB 45692a26ed9c79e56cc520c06a02c788b9b8d2444752e4e0a6d1ecde4516c1c4

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.