-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
2eb12d5
commit e4c9fa5
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.9 2023/10/09 04:54:13 pho Exp $ | ||
# $NetBSD: Makefile,v 1.10 2023/10/26 12:46:27 pho Exp $ | ||
|
||
DISTNAME= fgl-5.8.0.0 | ||
PKGREVISION= 2 | ||
DISTNAME= fgl-5.8.2.0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2023/01/25 01:58:56 pho Exp $ | ||
$NetBSD: distinfo,v 1.6 2023/10/26 12:46:27 pho Exp $ | ||
|
||
BLAKE2s (fgl-5.8.0.0.tar.gz) = 232841f93cbf48628fffc36f8a08e8558a6b47b72793ceb512c2a7da1c228ca2 | ||
SHA512 (fgl-5.8.0.0.tar.gz) = 6d27cfc1e54a6090cacef61e6dd318d3f8f03252d8f71300110f1e843c76efb6aa91d541cfb7254351d689101e163f237a515c3ce8a5b1c825cfcbcd9203fd9c | ||
Size (fgl-5.8.0.0.tar.gz) = 56445 bytes | ||
BLAKE2s (fgl-5.8.2.0.tar.gz) = fcec6e43bac201755261e482ec537ea097c9a889f8a29523f6400a4c02fbba10 | ||
SHA512 (fgl-5.8.2.0.tar.gz) = 09871977c37dc23745ebe2ab52bbf5701680a4121dc1b55263f1532af8bd60a964c43c6f348b05dbe25d1120dc9731c1ea2475367f8743d9e604f4941f424141 | ||
Size (fgl-5.8.2.0.tar.gz) = 57401 bytes |