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

Changelog

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

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <email address hidden>  Thu, 21 Jul 2022 09:14:34 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-safe-exceptions_0.1.7.3-1.dsc 2.5 KiB dbeb1638ec56a8f89c00b8d0ccbd0d9618aa5739a396cad8a66b146ac12eed8a
haskell-safe-exceptions_0.1.7.3.orig.tar.gz 13.8 KiB 91ce28d8f8a6efd31788d4827ed5cdcb9a546ad4053a86c56f7947c66a30b5bf
haskell-safe-exceptions_0.1.7.3-1.debian.tar.xz 3.1 KiB 86b5f25d3e3c85fa377b8097b86921eda6890b393129682f4250007da677f3aa

No changes file available.

Binary packages built by this source

libghc-safe-exceptions-dev: No summary available for libghc-safe-exceptions-dev in ubuntu kinetic.

No description available for libghc-safe-exceptions-dev in ubuntu kinetic.

libghc-safe-exceptions-doc: No summary available for libghc-safe-exceptions-doc in ubuntu kinetic.

No description available for libghc-safe-exceptions-doc in ubuntu kinetic.

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.