twentefp-graphs 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+2/−7 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/FPPrac/Graphs.hs +1/−6
- twentefp-graphs.cabal +1/−1
src/FPPrac/Graphs.hs view
@@ -21,7 +21,6 @@ import EventLoop import EventLoop.Input as EI import EventLoop.Output -import Debug.Trace (trace) type Vector = (Float, Float) @@ -171,11 +170,7 @@ arrow1End = posOnVector yArrowSize upPerpLineVector arrowPerpStart arrow2End = posOnVector yArrowSize downPerpLineVector arrowPerpStart -graphOutputToGraphical (WeightedLineG n1@(l1, pos1, _) n2@(l2, pos2, _) w colG thick direct) = trace ( " halfSize: " ++ (show halfSize) - ++ " upPerpLineVector: " ++ (show upPerpLineVector) - ++ " textPerpStart: " ++ (show textPerpStart) - ++ " textPos: " ++ (show textPos) - ) lineGraphical ++ [Draw text name] +graphOutputToGraphical (WeightedLineG n1@(l1, pos1, _) n2@(l2, pos2, _) w colG thick direct) = lineGraphical ++ [Draw text name] where name = lineName l1 l2 col = colorGToColor colG
twentefp-graphs.cabal view
@@ -1,5 +1,5 @@ name: twentefp-graphs -version: 0.1.0.2 +version: 0.1.0.3 synopsis: Lab Assignments Environment at Univeriteit Twente description: Lab Assignments Environment at Univeriteit Twente license: BSD3