haskell-say 0.1.0.1-5build2 source package in Ubuntu

Changelog

haskell-say (0.1.0.1-5build2) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:41:09 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
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

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-5build2.debian.tar.xz 2.8 KiB 5bd6889e524f00e4c6975c0639da418f66a2ec48d00e703fc07713e587bb31ea
haskell-say_0.1.0.1-5build2.dsc 2.1 KiB b03c718cfec82b963c29c1519f50227b1448beb33dc7cc42c9bb676963439e03

Available diffs

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.