packages feed

Cabal revisions of diagrams-cairo-1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                diagrams-cairo-Version:             1.2-Synopsis:            Cairo backend for diagrams drawing EDSL-Description:         A full-featured backend for rendering-                     diagrams using the cairo rendering engine.-                     .-                     * "Diagrams.Backend.Cairo.CmdLine" - if you're-                       just getting started with diagrams, begin here.-                     .-                     * "Diagrams.Backend.Cairo" - look at this next.-                       The general API for the cairo backend.-                     .-                     * "Diagrams.Backend.Cairo.Internal" - the-                       implementation guts of the cairo backend.-                       Users should normally not need to import this-                       module.-                     .-                     * "Diagrams.Backend.Cairo.Text" - cairo-specific-                       text support, including automatic bounding-                       boxes.-                     .-                     * "Diagrams.Backend.Cairo.List" - render diagrams-                       to two-dimensional lists of colors (/i.e./-                       pixels).-                     .-                     * "Diagrams.Backend.Cairo.Ptr" - render diagrams-                       to buffers in memory.-Homepage:            http://projects.haskell.org/diagrams-License:             BSD3-License-file:        LICENSE-Author:              Brent Yorgey-Maintainer:          diagrams-discuss@googlegroups.com-Bug-reports:         http://github.com/diagrams/diagrams-cairo/issues-Category:            Graphics-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-Source-repository head-  type:     git-  location: http://github.com/diagrams/diagrams-cairo.git--Library-  Exposed-modules:     Diagrams.Backend.Cairo-                       Diagrams.Backend.Cairo.CmdLine-                       Diagrams.Backend.Cairo.Internal-                       Diagrams.Backend.Cairo.List-                       Diagrams.Backend.Cairo.Ptr-                       Diagrams.Backend.Cairo.Text-  Hs-source-dirs:      src-  Build-depends:       base >= 4.2 && < 4.8,-                       mtl >= 2.0 && < 2.3,-                       process,-                       directory,-                       filepath,-                       old-time,-                       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,-                       colour,-                       split >= 0.1.2 && < 0.3,-                       containers >= 0.3 && < 0.6,-                       lens >= 3.8 && < 4.3,-                       data-default-class >= 0.0.1 && < 0.1,-                       statestack >= 0.2 && < 0.3,-                       JuicyPixels >= 3.1.3.2 && < 3.2,-                       vector >= 0.10.0 && < 0.11,-                       bytestring >= 0.9 && < 0.11,-                       optparse-applicative >= 0.7 && < 0.10,-                       transformers >= 0.3 && <0.5,-                       hashable >= 1.1 && < 1.3-  if impl(ghc < 7.6)-    Build-depends: ghc-prim--  default-language:    Haskell2010--  if !os(windows)-    cpp-options: -DCMDLINELOOP-    Build-depends:     unix >= 2.4 && < 2.8+Name:                diagrams-cairo
+Version:             1.2
+x-revision: 1
+Synopsis:            Cairo backend for diagrams drawing EDSL
+Description:         A full-featured backend for rendering
+                     diagrams using the cairo rendering engine.
+                     .
+                     * "Diagrams.Backend.Cairo.CmdLine" - if you're
+                       just getting started with diagrams, begin here.
+                     .
+                     * "Diagrams.Backend.Cairo" - look at this next.
+                       The general API for the cairo backend.
+                     .
+                     * "Diagrams.Backend.Cairo.Internal" - the
+                       implementation guts of the cairo backend.
+                       Users should normally not need to import this
+                       module.
+                     .
+                     * "Diagrams.Backend.Cairo.Text" - cairo-specific
+                       text support, including automatic bounding
+                       boxes.
+                     .
+                     * "Diagrams.Backend.Cairo.List" - render diagrams
+                       to two-dimensional lists of colors (/i.e./
+                       pixels).
+                     .
+                     * "Diagrams.Backend.Cairo.Ptr" - render diagrams
+                       to buffers in memory.
+Homepage:            http://projects.haskell.org/diagrams
+License:             BSD3
+License-file:        LICENSE
+Author:              Brent Yorgey
+Maintainer:          diagrams-discuss@googlegroups.com
+Bug-reports:         http://github.com/diagrams/diagrams-cairo/issues
+Category:            Graphics
+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
+Source-repository head
+  type:     git
+  location: http://github.com/diagrams/diagrams-cairo.git
+
+Library
+  Exposed-modules:     Diagrams.Backend.Cairo
+                       Diagrams.Backend.Cairo.CmdLine
+                       Diagrams.Backend.Cairo.Internal
+                       Diagrams.Backend.Cairo.List
+                       Diagrams.Backend.Cairo.Ptr
+                       Diagrams.Backend.Cairo.Text
+  Hs-source-dirs:      src
+  Build-depends:       base >= 4.2 && < 4.8,
+                       mtl >= 2.0 && < 2.3,
+                       process,
+                       directory,
+                       filepath,
+                       old-time,
+                       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,
+                       colour,
+                       split >= 0.1.2 && < 0.3,
+                       containers >= 0.3 && < 0.6,
+                       lens >= 3.8 && < 4.4,
+                       data-default-class >= 0.0.1 && < 0.1,
+                       statestack >= 0.2 && < 0.3,
+                       JuicyPixels >= 3.1.3.2 && < 3.2,
+                       vector >= 0.10.0 && < 0.11,
+                       bytestring >= 0.9 && < 0.11,
+                       optparse-applicative >= 0.7 && < 0.10,
+                       transformers >= 0.3 && <0.5,
+                       hashable >= 1.1 && < 1.3
+  if impl(ghc < 7.6)
+    Build-depends: ghc-prim
+
+  default-language:    Haskell2010
+
+  if !os(windows)
+    cpp-options: -DCMDLINELOOP
+    Build-depends:     unix >= 2.4 && < 2.8
revision 2
 Name:                diagrams-cairo
 Version:             1.2
-x-revision: 1
+x-revision: 2
 Synopsis:            Cairo backend for diagrams drawing EDSL
 Description:         A full-featured backend for rendering
                      diagrams using the cairo rendering engine.
                        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,