twentefp-graphs 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- FPPrac.Graphs: type Weight = Int
+ FPPrac.Graphs: type Weight = Float
Files
- src/FPPrac/Graphs.hs +1/−1
- twentefp-graphs.cabal +1/−1
src/FPPrac/Graphs.hs view
@@ -27,7 +27,7 @@ ----- Graph ----- type Label = Char -type Weight = Int +type Weight = Float type Node = (Label, Pos, ColorG) type Edge = (Label, Label, ColorG, Weight)
twentefp-graphs.cabal view
@@ -1,5 +1,5 @@ name: twentefp-graphs -version: 0.1.0.3 +version: 0.1.0.4 synopsis: Lab Assignments Environment at Univeriteit Twente description: Lab Assignments Environment at Univeriteit Twente license: BSD3