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 73513ee commit 2d1f4fdCopy full SHA for 2d1f4fd
ChangeLog
@@ -1,3 +1,15 @@
1
+5.5.4.0
2
+-------
3
+
4
+* Improved type safety of shortest-path functions (in
5
+ `Data.Graph.Inductive.Query.SP`) thanks to Nathan Collins.
6
7
+ - `getDistance`, `spLength` and `sp` now return `Maybe` values.
8
9
+* Fixed building on GHC < 7.4; previously uncaught due to
10
+ cabal-install doing the wrong thing on Travis-CI.
11
12
13
5.5.3.1
14
-------
15
fgl.cabal
@@ -1,5 +1,5 @@
name: fgl
-version: 5.5.3.1
+version: 5.5.4.0
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
0 commit comments