packages feed

diagrams-cairo 1.3.0.2 → 1.3.0.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~lensdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens, vector

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## [v1.3.0.3](https://github.com/diagrams/diagrams-cairo/tree/v1.3.0.3) (2015-07-19)++[Full Changelog](https://github.com/diagrams/diagrams-cairo/compare/v1.3.0.2...v1.3.0.3)+ ## [v1.3.0.2](https://github.com/diagrams/diagrams-cairo/tree/v1.3.0.2) (2015-05-26)  [Full Changelog](https://github.com/diagrams/diagrams-cairo/compare/v1.3.0.1...v1.3.0.2)
diagrams-cairo.cabal view
@@ -1,5 +1,5 @@ Name:                diagrams-cairo-Version:             1.3.0.2+Version:             1.3.0.3 Synopsis:            Cairo backend for diagrams drawing EDSL Description:         A full-featured backend for rendering                      diagrams using the cairo rendering engine.@@ -62,11 +62,11 @@                        colour,                        split >= 0.1.2 && < 0.3,                        containers >= 0.3 && < 0.6,-                       lens >= 3.8 && < 4.12,+                       lens >= 3.8 && < 4.13,                        data-default-class >= 0.0.1 && < 0.1,                        statestack >= 0.2 && < 0.3,                        JuicyPixels >= 3.1.3.2 && < 3.3,-                       vector >= 0.10.0 && < 0.11,+                       vector >= 0.10.0 && < 0.12,                        bytestring >= 0.9 && < 0.11,                        optparse-applicative >= 0.10 && < 0.12,                        transformers >= 0.3 && <0.5,