packages feed

svg-builder 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Graphics.Svg.Core: instance (e ~ Graphics.Svg.Core.Element) => Graphics.Svg.Core.Term (e -> Graphics.Svg.Core.Element)
+ Graphics.Svg: infixr 6 <>
+ Graphics.Svg.Attributes: infix 4 ->>
+ Graphics.Svg.Core: instance e ~ Graphics.Svg.Core.Element => Graphics.Svg.Core.Term (e -> Graphics.Svg.Core.Element)

Files

svg-builder.cabal view
@@ -1,5 +1,5 @@ name:                svg-builder-version:             0.1.0.1+version:             0.1.0.2 synopsis:            DSL for building SVG. description:         Fast, easy to write SVG. homepage:            http://github.com/jeffreyrosenbluth/svg-builder.git@@ -14,7 +14,7 @@ cabal-version:       >=1.10  library-  ghc-options:         -Wall -rtsopts -O2+  ghc-options:         -Wall -fsimpl-tick-factor=200   exposed-modules:     Graphics.Svg,                        Graphics.Svg.Core,                        Graphics.Svg.Path,