diagrams-cairo 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−2
- diagrams-cairo.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,8 @@-# Change Log+## [v1.3.0.2](https://github.com/diagrams/diagrams-cairo/tree/v1.3.0.2) (2015-05-26) -## [v1.3.0.1](https://github.com/diagrams/diagrams-cairo/tree/v1.3)(2015-04-25)+[Full Changelog](https://github.com/diagrams/diagrams-cairo/compare/v1.3.0.1...v1.3.0.2)++## [v1.3.0.1](https://github.com/diagrams/diagrams-cairo/tree/v1.3.0.1)(2015-04-25) **Fixed bug:**
diagrams-cairo.cabal view
@@ -1,5 +1,5 @@ Name: diagrams-cairo-Version: 1.3.0.1+Version: 1.3.0.2 Synopsis: Cairo backend for diagrams drawing EDSL Description: A full-featured backend for rendering diagrams using the cairo rendering engine.@@ -62,7 +62,7 @@ colour, split >= 0.1.2 && < 0.3, containers >= 0.3 && < 0.6,- lens >= 3.8 && < 4.10,+ lens >= 3.8 && < 4.12, data-default-class >= 0.0.1 && < 0.1, statestack >= 0.2 && < 0.3, JuicyPixels >= 3.1.3.2 && < 3.3,