edges 0.8 → 0.8.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- edges.cabal +1/−1
- library/Edges/Instances.hs +1/−0
edges.cabal view
@@ -1,7 +1,7 @@ name: edges version:- 0.8+ 0.8.1 category: Graphs synopsis:
library/Edges/Instances.hs view
@@ -15,3 +15,4 @@ instance Show (Node a) where show (Node int) = show int instance Show (NodeCounts a) where show = show . nodeCountsList deriving instance Show (Edges a b)+deriving instance Show (Amount a)