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

Changelog

haskell-pretty-show (1.1.1-3build3) precise; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Sun, 13 Nov 2011 14:00:52 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-pretty-show_1.1.1.orig.tar.gz 16.1 KiB b3284b217b92a35268a17abd4220f5080ae38d0104528b55825b14122832d970
haskell-pretty-show_1.1.1-3build3.debian.tar.gz 2.7 KiB 11c1b0ae4babc991b5d6950249c17dbd389d29997386bab74663d4305f138995
haskell-pretty-show_1.1.1-3build3.dsc 2.4 KiB 88bb6535d236e16619ec824f72cb63bd20bd7e1bf844a56173f7b84accfac31f

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 contains the libraries compiled for GHC.

libghc-pretty-show-doc: Documentation for Haskell pretty printing library

 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 contains the library documentation.

libghc-pretty-show-prof: Profiling libraries for pretty printing Haskell 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 contains the profiling libraries compiled for GHC.

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.