reanimate-svg 0.12.0.0 → 0.12.1.0
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
reanimate-svg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: reanimate-svg-version: 0.12.0.0+version: 0.12.1.0 synopsis: SVG file loader and serializer description: reanimate-svg provides types representing a SVG document,
src/Graphics/SvgTree/XmlParser.hs view
@@ -1104,7 +1104,7 @@ , "tableValues" `parseIn` funcATableValues , "slope" `parseIn` funcASlope , "intercept" `parseIn` funcAIntercept- , "ampliture" `parseIn` funcAAmplitude+ , "amplitude" `parseIn` funcAAmplitude , "exponent" `parseIn` funcAExponent ] instance XMLUpdatable FuncR where@@ -1115,7 +1115,7 @@ , "tableValues" `parseIn` funcRTableValues , "slope" `parseIn` funcRSlope , "intercept" `parseIn` funcRIntercept- , "ampliture" `parseIn` funcRAmplitude+ , "amplitude" `parseIn` funcRAmplitude , "exponent" `parseIn` funcRExponent ] instance XMLUpdatable FuncG where@@ -1126,7 +1126,7 @@ , "tableValues" `parseIn` funcGTableValues , "slope" `parseIn` funcGSlope , "intercept" `parseIn` funcGIntercept- , "ampliture" `parseIn` funcGAmplitude+ , "amplitude" `parseIn` funcGAmplitude , "exponent" `parseIn` funcGExponent ] instance XMLUpdatable FuncB where@@ -1137,7 +1137,7 @@ , "tableValues" `parseIn` funcBTableValues , "slope" `parseIn` funcBSlope , "intercept" `parseIn` funcBIntercept- , "ampliture" `parseIn` funcBAmplitude+ , "amplitude" `parseIn` funcBAmplitude , "exponent" `parseIn` funcBExponent ] instance XMLUpdatable Flood where