haskell-safe-exceptions 0.1.7.0-4build1 source package in Ubuntu

Changelog

haskell-safe-exceptions (0.1.7.0-4build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Tue, 06 Aug 2019 09:04:32 +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-safe-exceptions_0.1.7.0.orig.tar.gz 13.2 KiB 18cddc587b52b6faa0287fb6ad6c964d1562571ea2c8ff57a194dd54b5fba069
haskell-safe-exceptions_0.1.7.0-4build1.debian.tar.xz 3.2 KiB 75d96964f134ab11a452d2cd0b0186282cd7eb802f1c558e6337c7e969f0d7f5
haskell-safe-exceptions_0.1.7.0-4build1.dsc 2.5 KiB a935cd225f67177666a3328fcec454fbf9362758368d1cb62cc08279f9379ca2

View changes file

Binary packages built by this source

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

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

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.