packages feed

cubicbezier 0.6.0.3 → 0.6.0.4

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cubicbezier.cabal view
@@ -1,5 +1,5 @@ Name:		cubicbezier-Version: 	0.6.0.3+Version: 	0.6.0.4 Synopsis:	Efficient manipulating of 2D cubic bezier curves. Category: 	Graphics, Geometry, Typography Copyright: 	Kristof Bastiaensen (2017)
tests/test.hs view
@@ -37,7 +37,7 @@           spaces; char '}'           return node -tensionAmount :: Parser Tension+tensionAmount :: Parser (Tension Double) tensionAmount = do   cons <- option Tension           (string "atleast" >>@@ -46,7 +46,7 @@   n <- num   return $ cons n          -tensionP :: Parser (Tension, Tension)+tensionP :: Parser (Tension Double, Tension Double) tensionP =   option (Tension 1, Tension 1) $   do string "tension";