We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec93c4 commit d3fe0a2Copy full SHA for d3fe0a2
ChangeLog
@@ -1,3 +1,19 @@
1
+5.5.3.0
2
+-------
3
+
4
+* Additional closure functions by Matthew Danish.
5
6
+* `Bifunctor` instances for base >= 4.8.0.0.
7
8
+* An `ST`-based `GraphM` instance.
9
10
+* Addition of `order` and `size` functions for finding the number of
11
+ nodes and edges respectively in a graph (the former is an alias for
12
+ the existing `noNodes` function).
13
14
+* The rules for faster implementations of `insNode` and `insEdge` for
15
+ `PatriciaTree` should fire more often now.
16
17
5.5.2.3
18
-------
19
fgl.cabal
@@ -1,5 +1,5 @@
name: fgl
-version: 5.5.2.3
+version: 5.5.3.0
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
0 commit comments