Skip to content

Commit 2d1f4fd

Browse files
committed
Release 5.5.4.0
1 parent 73513ee commit 2d1f4fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
5.5.3.1
214
-------
315

fgl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fgl
2-
version: 5.5.3.1
2+
version: 5.5.4.0
33
license: BSD3
44
license-file: LICENSE
55
author: Martin Erwig, Ivan Lazar Miljenovic

0 commit comments

Comments
 (0)