Subject: CVS commit: pkgsrc/devel/hs-safe-exceptions
From: Masatake Daimon
Date: 2022-02-16 08:43:54
Message id: 20220216074354.8921BFB24@cvs.NetBSD.org

Log Message:
devel/hs-safe-exceptions: import hs-safe-exceptions-0.1.7.2

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

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-safe-exceptions/DESCR
1.1addpkgsrc/devel/hs-safe-exceptions/Makefile
1.1addpkgsrc/devel/hs-safe-exceptions/PLIST
1.1addpkgsrc/devel/hs-safe-exceptions/buildlink3.mk
1.1addpkgsrc/devel/hs-safe-exceptions/distinfo