Path to this page:
Subject: CVS commit: pkgsrc/math/hs-semirings
From: Masatake Daimon
Date: 2025-01-31 09:08:47
Message id: 20250131080847.60BFCFBE0@cvs.NetBSD.org
Log Message:
math/hs-semirings: update to semirings-0.7
0.7: [2024-05-21]
-----------------
* Add `Data.Semiring.Directed` for the semiring of directed sets.
* Add `Data.Ring.Ordered` to represent ordered rings (as well as a simpler
finitary case) and provide `signum` and `abs` via type class.
* Modify code and CI to support GHC 8.0 and later only.
* Support newer versions of dependencies
* Move Generics-derived tuple instances from Data.Semiring.Generic to \
manually-written Data.Semiring
Files: