packages feed

diagrams-cairo 1.3.1.1 → 1.3.1.2

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~optparse-applicative

Dependency ranges changed: optparse-applicative

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## [v1.3.1.2](https://github.com/diagrams/diagrams-cairo/tree/v1.3.1.2) (2016-08-22)++- Require `optparse-applicative-0.13` and fix compilation error+ ## [v1.3.1.1](https://github.com/diagrams/diagrams-cairo/tree/v1.3.1.1) (2016-08-16)  - Allow `optparse-applicative-0.13`
diagrams-cairo.cabal view
@@ -1,5 +1,5 @@ Name:                diagrams-cairo-Version:             1.3.1.1+Version:             1.3.1.2 Synopsis:            Cairo backend for diagrams drawing EDSL Description:         A full-featured backend for rendering                      diagrams using the cairo rendering engine.@@ -70,7 +70,7 @@                        vector >= 0.10.0 && < 0.12,                        array >= 0.4.0 && < 0.6,                        bytestring >= 0.9 && < 0.11,-                       optparse-applicative >= 0.10 && < 0.14,+                       optparse-applicative >= 0.13 && < 0.14,                        transformers >= 0.3 && <0.6,                        hashable >= 1.1 && < 1.3   if impl(ghc < 7.6)
src/Diagrams/Backend/Cairo/CmdLine.hs view
@@ -94,7 +94,7 @@ import           Diagrams.Backend.Cairo.Ptr      (renderForeignPtrOpaque) import           Diagrams.Backend.CmdLine import           Diagrams.Prelude                hiding (height, interval,-                                                  option, output, width, (<>))+                                                  option, output, width)  -- Below hack is needed because GHC 7.0.x has a bug regarding export -- of data family constructors; see comments in Diagrams.Backend.Cairo