haskell-pretty-simple 3.2.3.0-1build1 source package in Ubuntu

Changelog

haskell-pretty-simple (3.2.3.0-1build1) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:44:39 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-pretty-simple_3.2.3.0.orig.tar.gz 39.6 KiB 8a62c090c317c451aac31aa9ac98929ba2f46f97e046fb819e6033c5953626eb
haskell-pretty-simple_3.2.3.0-1build1.debian.tar.xz 2.9 KiB 0a9dd9d497d06995a6a64cda8cfddfee994013b5dffb644250bf6b0c6015cc80
haskell-pretty-simple_3.2.3.0-1build1.dsc 2.7 KiB e43b458b45ce2522b852fca4eed0255077e942eb8d15ae8792358f23ef00334d

View changes file

Binary packages built by this source

libghc-pretty-simple-dev: No summary available for libghc-pretty-simple-dev in ubuntu hirsute.

No description available for libghc-pretty-simple-dev in ubuntu hirsute.

libghc-pretty-simple-doc: No summary available for libghc-pretty-simple-doc in ubuntu hirsute.

No description available for libghc-pretty-simple-doc in ubuntu hirsute.

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.