edges 0.9 → 0.9.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- edges.cabal +1/−1
- library/Edges/Functions.hs +1/−1
edges.cabal view
@@ -1,5 +1,5 @@ name: edges-version: 0.9+version: 0.9.0.1 category: Graphs synopsis: Tools for efficient immutable graphs description: A set of tools for constructing immutable graphs which are both memory and performance-efficient.
library/Edges/Functions.hs view
@@ -70,4 +70,4 @@ unindexNodeCounts :: (Eq entity, Hashable entity) => (Int -> Maybe entity) -> NodeCounts entity -> HashMap entity Int unindexNodeCounts lookup (NodeCounts pa) =- Unfold.fold (Foldl.hashMapByKeyLookup lookup) (fmap fromIntegral (Unfold.primArray pa))+ Unfold.fold (Foldl.hashMapByKeyLookup lookup) (Unfold.intsInRange 0 (pred (sizeofPrimArray pa)))