haskell-say 0.1.0.1-2build1 source package in Ubuntu

Changelog

haskell-say (0.1.0.1-2build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:49:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal 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-2build1.debian.tar.xz 2.7 KiB 7c8a66be38ad7c61a07d9d47e1d445543579d6c1858644c20e7a4ef48b9006bf
haskell-say_0.1.0.1-2build1.dsc 2.1 KiB 7cbb4e88e121ea4212d37432e6a9ff5cfdf8f364aefe97443ef202fa13a78708

View changes file

Binary packages built by this source

libghc-say-dev: No summary available for libghc-say-dev in ubuntu eoan.

No description available for libghc-say-dev in ubuntu eoan.

libghc-say-doc: No summary available for libghc-say-doc in ubuntu groovy.

No description available for libghc-say-doc in ubuntu groovy.

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.