diagrams-cairo 1.2.0.4 → 1.2.0.5
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~JuicyPixelsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: JuicyPixels
API changes (from Hackage documentation)
Files
- CHANGES.markdown +5/−0
- diagrams-cairo.cabal +2/−2
CHANGES.markdown view
@@ -1,3 +1,8 @@+1.2.0.5 (25 December 2014)+--------------------------++- Allow `JuicyPixels-3.2`+ 1.2.0.4 (17 November 2014) --------------------------
diagrams-cairo.cabal view
@@ -1,5 +1,5 @@ Name: diagrams-cairo-Version: 1.2.0.4+Version: 1.2.0.5 Synopsis: Cairo backend for diagrams drawing EDSL Description: A full-featured backend for rendering diagrams using the cairo rendering engine.@@ -65,7 +65,7 @@ lens >= 3.8 && < 4.7, data-default-class >= 0.0.1 && < 0.1, statestack >= 0.2 && < 0.3,- JuicyPixels >= 3.1.3.2 && < 3.2,+ JuicyPixels >= 3.1.3.2 && < 3.3, vector >= 0.10.0 && < 0.11, bytestring >= 0.9 && < 0.11, optparse-applicative >= 0.10 && < 0.12,