Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-fgl
From: Masatake Daimon
Date: 2023-10-26 14:46:28
Message id: 20231026124628.2BAC3FADC@cvs.NetBSD.org
Log Message:
devel/hs-fgl: Update to 5.8.2.0
5.8.2.0
-------
* Data.Graph.Inductive.Graph now only requires Graph, not DynGraph
(issue #100).
* Documented that some functions are partial (issue #98).
* Add `insert` function as synonym for `&` (issue #90).
5.8.1.1
-------
* Data.Graph.Inductive.Query.Dominators.{dom,iDom} could fail for some
graphs (issue #109, regression in 5.8.1.0).
5.8.1.0
-------
* Data.Graph.Inductive.PatriciaTree.Gr and
Data.Graph.Inductive.Tree.Gr now have Functor instances.
* 'Gr a' is now an instance of Functor.
Files: