packages feed

diagrams-cairo 1.2 → 1.2.0.1

raw patch · 2 files changed

+11/−5 lines, 2 filesdep ~lens

Dependency ranges changed: lens

Files

CHANGES.markdown view
@@ -1,3 +1,9 @@+1.2.0.1 (22 August 2014)+------------------------++- Allow lens-4.4+- Allow cairo-0.13 and pango-0.13+ 1.2 (27 May 2014) ----------------- 
diagrams-cairo.cabal view
@@ -1,5 +1,5 @@ Name:                diagrams-cairo-Version:             1.2+Version:             1.2.0.1 Synopsis:            Cairo backend for diagrams drawing EDSL Description:         A full-featured backend for rendering                      diagrams using the cairo rendering engine.@@ -35,7 +35,7 @@ Build-type:          Simple Cabal-version:       >=1.10 Extra-source-files:  CHANGES.markdown, README.markdown-Tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1+Tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.3 Source-repository head   type:     git   location: http://github.com/diagrams/diagrams-cairo.git@@ -57,12 +57,12 @@                        time,                        diagrams-core >= 1.2 && < 1.3,                        diagrams-lib >= 1.2 && < 1.3,-                       cairo >= 0.12.4 && < 0.13,-                       pango >= 0.12.5  && < 0.13,+                       cairo >= 0.12.4 && < 0.14,+                       pango >= 0.12.5  && < 0.14,                        colour,                        split >= 0.1.2 && < 0.3,                        containers >= 0.3 && < 0.6,-                       lens >= 3.8 && < 4.3,+                       lens >= 3.8 && < 4.5,                        data-default-class >= 0.0.1 && < 0.1,                        statestack >= 0.2 && < 0.3,                        JuicyPixels >= 3.1.3.2 && < 3.2,