haskell-data-tree-print 0.1.0.2-3 source package in Ubuntu

Changelog

haskell-data-tree-print (0.1.0.2-3) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Wed, 29 Jun 2022 20:45:32 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
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-data-tree-print_0.1.0.2-3.dsc 2.3 KiB 7e8613572bf5d42836b023e16d92e8cf7d79e48f93f653b8431f18e6010762e0
haskell-data-tree-print_0.1.0.2.orig.tar.gz 3.6 KiB c3ef24d803946a3caf0ff0e51f0c0b9f49055d7dc790518ad518d568d5195002
haskell-data-tree-print_0.1.0.2-3.debian.tar.xz 2.5 KiB 113b8c7211b02f25ff88efe4938ae20526fac2848cee54ab40245739e4653b88

No changes file available.

Binary packages built by this source

libghc-data-tree-print-dev: No summary available for libghc-data-tree-print-dev in ubuntu kinetic.

No description available for libghc-data-tree-print-dev in ubuntu kinetic.

libghc-data-tree-print-doc: No summary available for libghc-data-tree-print-doc in ubuntu kinetic.

No description available for libghc-data-tree-print-doc in ubuntu kinetic.

libghc-data-tree-print-prof: print Data instances as a nested tree; profiling libraries

 Provides functionality similar to that of the Show class: Taking
 some arbitrary value and returning a String.
 .
  * Output is not intended to be valid Haskell
  * Requires a Data.Data.Data instance instead of a Text.Show one
  * Output, if large, is often easier to parse than `show` output
    due to the formatting as a nested tree
  * The user can adapt the behaviour at runtime using a custom
    layout expressed via syb-style extension
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.