haskell-say 0.1.0.1-5build1 source package in Ubuntu

Changelog

haskell-say (0.1.0.1-5build1) noble; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Wed, 08 Nov 2023 08:54:19 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-say_0.1.0.1.orig.tar.gz 5.8 KiB f639656fc21925c45f3f55769b9fb7a90699e943376a725e215a5deea473b3e4
haskell-say_0.1.0.1-5build1.debian.tar.xz 2.8 KiB 26d13bc86085e49dd729d7c9103001675d1623ccdfa596f1de97acbfb9891201
haskell-say_0.1.0.1-5build1.dsc 2.1 KiB f6a46b4412db205c6077e0b9423d3fe837609d4a585de9235f761b14d5e0d8c9

View changes file

Binary packages built by this source

libghc-say-dev: send textual messages to a Handle in a thread-friendly way

 When writing a line to a Handle,
 .
  * Properly handle character encoding settings on the Handle
  * For reasonably sized messages, ensure that the entire message
    is written in one chunk to avoid interleaving data with other threads
  * This includes the trailing newline character
  * Avoid unnecessary memory allocations and copies
  * Minimize locking
  * Provide a simple API
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-say-doc: send textual messages to a Handle in a thread-friendly way; documentation

 When writing a line to a Handle,
 .
  * Properly handle character encoding settings on the Handle
  * For reasonably sized messages, ensure that the entire message
    is written in one chunk to avoid interleaving data with other threads
  * This includes the trailing newline character
  * Avoid unnecessary memory allocations and copies
  * Minimize locking
  * Provide a simple API
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-say-prof: send textual messages to a Handle in a thread-friendly way; profiling libraries

 When writing a line to a Handle,
 .
  * Properly handle character encoding settings on the Handle
  * For reasonably sized messages, ensure that the entire message
    is written in one chunk to avoid interleaving data with other threads
  * This includes the trailing newline character
  * Avoid unnecessary memory allocations and copies
  * Minimize locking
  * Provide a simple API
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.