fgl v5.5.4.0 Release Notes

Release Date: 2017-08-09 // over 6 years ago
    • ๐Ÿ‘Œ Improved type safety of shortest-path functions (in Data.Graph.Inductive.Query.SP) thanks to Nathan Collins.

      • getDistance, spLength and sp now return Maybe values.
    • ๐Ÿ›  Fixed building on GHC < 7.4; previously uncaught due to cabal-install doing the wrong thing on Travis-CI.