haskell-wl-pprint-extras 3.5.0.5-1build2 source package in Ubuntu

Changelog

haskell-wl-pprint-extras (3.5.0.5-1build2) wily; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Sun, 16 Aug 2015 21:50:32 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Wily
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-wl-pprint-extras_3.5.0.5.orig.tar.gz 14.3 KiB a9c21a85a729191fc422938a1f785d61be52f3a2923d8d79dade9b21e8e98d8f
haskell-wl-pprint-extras_3.5.0.5-1build2.debian.tar.xz 2.9 KiB 90380ae764c2d2a5a41737c170e2ffeae8ba602df5dc2ce08a4917e189c3093d
haskell-wl-pprint-extras_3.5.0.5-1build2.dsc 3.0 KiB 743af375cb8540bd4c599d6ecf9df8e43573f62d4f620b3e48cd2824e5169076

Available diffs

View changes file

Binary packages built by this source

libghc-wl-pprint-extras-dev: No summary available for libghc-wl-pprint-extras-dev in ubuntu wily.

No description available for libghc-wl-pprint-extras-dev in ubuntu wily.

libghc-wl-pprint-extras-doc: No summary available for libghc-wl-pprint-extras-doc in ubuntu wily.

No description available for libghc-wl-pprint-extras-doc in ubuntu wily.

libghc-wl-pprint-extras-prof: free monad based on the Wadler/Leijen pretty printer; profiling libraries

 This is an implementation of the pretty printing combinators described
 by Philip Wadler (1997). In their bare essence, the combinators of
 Wadler are not expressive enough to describe some commonly occurring
 layouts. The PPrint library adds new primitives to describe these
 layouts and works well in practice.
 .
 The library is based on a single way to concatenate documents, which
 is associative and has both a left and right unit. This simple design
 leads to an efficient and short implementation. The simplicity is
 reflected in the predictable behaviour of the combinators which make
 them easy to use in practice.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.