Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-constraints
From: Masatake Daimon
Date: 2023-10-29 12:26:07
Message id: 20231029112607.A7BCDFADC@cvs.NetBSD.org
Log Message:
devel/hs-constraints: Update to 0.14
0.14 [2023.10.11]
* Drop support for GHCs older than 8.6.
* The forall function in Data.Constraint.Forall has been renamed to
forall_, since a future version of GHC will make the use of forall as an
identifier an error.
* Implement Data.Constraint.Forall using QuantifiedConstraints.
* Remove Lifting instances for ErrorT and ListT, which were removed in
transformers-0.6.*.
* Add a c => Boring (Dict c) instance.
* Add the Data.Constraint.Char module, which contains utilities for working
with KnownChar constraints. This module is only available on GHC 9.2 or
later.
* Add unsafeAxiom to Data.Constraint.Unsafe.
* Add unsafeSChar, unsafeSNat, and unsafeSSymbol to Data.Constraint.Unsafe
when building with base-4.18 (GHC 9.6) or later.
Files: