diagrams-cairo 1.3.0.4 → 1.3.0.5
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- diagrams-cairo.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,9 @@+## [v1.3.0.5](https://github.com/diagrams/diagrams-cairo/tree/v1.3.0.5) (2015-09-29)++ - Allow `optparse-applicative-0.12`++[Full Changelog](https://github.com/diagrams/diagrams-cairo/compare/v1.3.0.4...v1.3.0.5)+ ## [v1.3.0.4](https://github.com/diagrams/diagrams-cairo/tree/v1.3.0.4) (2015-09-17) - Allow `lens-4.13`
diagrams-cairo.cabal view
@@ -1,5 +1,5 @@ Name: diagrams-cairo-Version: 1.3.0.4+Version: 1.3.0.5 Synopsis: Cairo backend for diagrams drawing EDSL Description: A full-featured backend for rendering diagrams using the cairo rendering engine.@@ -68,7 +68,7 @@ JuicyPixels >= 3.1.3.2 && < 3.3, vector >= 0.10.0 && < 0.12, bytestring >= 0.9 && < 0.11,- optparse-applicative >= 0.10 && < 0.12,+ optparse-applicative >= 0.10 && < 0.13, transformers >= 0.3 && <0.5, hashable >= 1.1 && < 1.3 if impl(ghc < 7.6)