svg-builder 0.1 → 0.1.0.1
raw patch · 2 files changed
+3/−4 lines, 2 filesdep ~basedep ~unordered-containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, unordered-containers
API changes (from Hackage documentation)
- 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)
+ Graphics.Svg.Core: instance (e ~ Graphics.Svg.Core.Element) => Graphics.Svg.Core.Term (e -> Graphics.Svg.Core.Element)
Files
- src/Graphics/Svg.hs +0/−1
- svg-builder.cabal +3/−3
src/Graphics/Svg.hs view
@@ -25,7 +25,6 @@ , prettyText ) where -import Data.Functor.Identity import Data.Int (Int64) import Data.Monoid import Data.Text.Lazy as LT
svg-builder.cabal view
@@ -1,5 +1,5 @@ name: svg-builder-version: 0.1+version: 0.1.0.1 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: http://github.com/jeffreyrosenbluth/svg-builder.git@@ -23,8 +23,8 @@ build-depends: base >= 4.5 && < 4.10, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.11,- hashable >= 1.1 && < 1.3,+ hashable >= 1.1 && < 1.3, text >= 0.11 && < 1.3,- unordered-containers >= 0.2 && < 0.2.7+ unordered-containers >= 0.2 && < 0.3 hs-source-dirs: src default-language: Haskell2010