lucid-svg 0.7.1.1 → 0.7.2.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~textdep ~transformersnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: text, transformers
API changes (from Hackage documentation)
- Lucid.Svg: class Term arg result | result -> arg
+ Lucid.Svg: class () => Term arg result | result -> arg
- Lucid.Svg: class ToHtml a
+ Lucid.Svg: class () => ToHtml a
- Lucid.Svg: class With a
+ Lucid.Svg: class () => With a
- Lucid.Svg: data Attribute
+ Lucid.Svg: data () => Attribute
Files
- lucid-svg.cabal +5/−5
lucid-svg.cabal view
@@ -1,12 +1,12 @@ name: lucid-svg-version: 0.7.1.1+version: 0.7.2.0 synopsis: DSL for SVG using lucid for HTML description: Easy to write SVG in the syle of lucid.-homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git+homepage: http://github.com/ocharles/lucid-svg.git license: BSD3 license-file: LICENSE author: Jeffrey Rosenbluth-maintainer: jeffrey.rosenbluth@gmail.com+maintainer: ollie@ocharles.org.uk copyright: 2015 Jeffrey Rosenbluth category: Graphics build-type: Simple@@ -21,8 +21,8 @@ Lucid.Svg.Attributes build-depends: base >= 4.5 && < 5, blaze-builder >= 0.2 && < 0.5,- transformers >= 0.2 && < 0.6,- text >= 0.11 && < 1.3 || >= 2 && < 2.1,+ transformers >= 0.2 && < 0.7,+ text >= 0.11 && < 1.3 || >= 2 && < 2.2, lucid >= 2.9.2 && < 3.0 hs-source-dirs: src default-language: Haskell2010