haskell-pretty-simple 4.1.2.0-2 source package in Ubuntu

Changelog

haskell-pretty-simple (4.1.2.0-2) unstable; urgency=medium

  * Fix Build-Depends.
  * Set locale for tests.

 -- Clint Adams <email address hidden>  Thu, 14 Sep 2023 17:11:48 -0400

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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-pretty-simple_4.1.2.0-2.dsc 2.6 KiB 5120f3011aae4bbb1f57c873070b49ce8ba0a69e373ef0d8dda297f6fea31682
haskell-pretty-simple_4.1.2.0.orig.tar.gz 39.6 KiB 3cb47c3971599cb8c0330e1a2dbd63c67bfbe570bd879524ee802e81e7b02736
haskell-pretty-simple_4.1.2.0-2.debian.tar.xz 3.0 KiB 794c4f8764d8027937eed4fef3d29b73818e1fce8568f6d1ae24383d391d7a83

No changes file available.

Binary packages built by this source

libghc-pretty-simple-dev: pretty printer for data types with a 'Show' instance

 Features:
  * Easy-to-read
   - Complex data types are simple to understand.
  * Color
   - Prints in color using ANSI escape codes.
   - It is possible to print without color by using the pPrintNoColor
     function
  * Rainbow Parentheses
   - Easy to understand deeply nested data types
  * Configurable Indentation
   - Amount of indentation is configurable with the pPrintOpt function
  * Fast
   - No problem pretty-printing data types thousands of lines long
  * Works with any data type with a Show instance
   - Some common Haskell data types have a Show instance that produces
     non-valid Haskell code. pretty-simple will pretty-print even these
     data types
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pretty-simple-doc: pretty printer for data types with a 'Show' instance; documentation

 Features:
  * Easy-to-read
   - Complex data types are simple to understand.
  * Color
   - Prints in color using ANSI escape codes.
   - It is possible to print without color by using the pPrintNoColor
     function
  * Rainbow Parentheses
   - Easy to understand deeply nested data types
  * Configurable Indentation
   - Amount of indentation is configurable with the pPrintOpt function
  * Fast
   - No problem pretty-printing data types thousands of lines long
  * Works with any data type with a Show instance
   - Some common Haskell data types have a Show instance that produces
     non-valid Haskell code. pretty-simple will pretty-print even these
     data types
 .
 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-simple-prof: pretty printer for data types with a 'Show' instance; profiling libraries

 Features:
  * Easy-to-read
   - Complex data types are simple to understand.
  * Color
   - Prints in color using ANSI escape codes.
   - It is possible to print without color by using the pPrintNoColor
     function
  * Rainbow Parentheses
   - Easy to understand deeply nested data types
  * Configurable Indentation
   - Amount of indentation is configurable with the pPrintOpt function
  * Fast
   - No problem pretty-printing data types thousands of lines long
  * Works with any data type with a Show instance
   - Some common Haskell data types have a Show instance that produces
     non-valid Haskell code. pretty-simple will pretty-print even these
     data types
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.