haskell-safe-exceptions 0.1.7.3-1build1 source package in Ubuntu

Changelog

haskell-safe-exceptions (0.1.7.3-1build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 05:44:59 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-safe-exceptions_0.1.7.3.orig.tar.gz 13.8 KiB 91ce28d8f8a6efd31788d4827ed5cdcb9a546ad4053a86c56f7947c66a30b5bf
haskell-safe-exceptions_0.1.7.3-1build1.debian.tar.xz 3.2 KiB c232ae7ff2a8f512a55323403602a33397cd054a1b438842959d2cc91de2ac63
haskell-safe-exceptions_0.1.7.3-1build1.dsc 2.5 KiB 93038a5e343f1ec20188a61ef601da455c099ad9d1c43a2329e00c35ab2c83de

View changes file

Binary packages built by this source

libghc-safe-exceptions-dev: safe, consistent, and easy exception handling

 This package provides additional safety and simplicity versus
 Control.Exception by having its functions recognize the difference
 between synchronous and asynchronous exceptions. As described below,
 synchronous exceptions are treated as recoverable, allowing you to
 catch and handle them as well as clean up after them, whereas
 asynchronous exceptions can only be cleaned up after. In particular,
 this library prevents you from making the following mistakes:
 .
  * Catching and swallowing an asynchronous exception
  * Throwing an asynchronous exception synchronously
  * Throwing a synchronous exception asynchronously
  * Swallowing asynchronous exceptions via failing cleanup handlers
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-safe-exceptions-doc: safe, consistent, and easy exception handling; documentation

 This package provides additional safety and simplicity versus
 Control.Exception by having its functions recognize the difference
 between synchronous and asynchronous exceptions. As described below,
 synchronous exceptions are treated as recoverable, allowing you to
 catch and handle them as well as clean up after them, whereas
 asynchronous exceptions can only be cleaned up after. In particular,
 this library prevents you from making the following mistakes:
 .
  * Catching and swallowing an asynchronous exception
  * Throwing an asynchronous exception synchronously
  * Throwing a synchronous exception asynchronously
  * Swallowing asynchronous exceptions via failing cleanup handlers
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-safe-exceptions-prof: safe, consistent, and easy exception handling; profiling libraries

 This package provides additional safety and simplicity versus
 Control.Exception by having its functions recognize the difference
 between synchronous and asynchronous exceptions. As described below,
 synchronous exceptions are treated as recoverable, allowing you to
 catch and handle them as well as clean up after them, whereas
 asynchronous exceptions can only be cleaned up after. In particular,
 this library prevents you from making the following mistakes:
 .
  * Catching and swallowing an asynchronous exception
  * Throwing an asynchronous exception synchronously
  * Throwing a synchronous exception asynchronously
  * Swallowing asynchronous exceptions via failing cleanup handlers
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.