packages feed

Cabal revisions of diagrams-rasterific-0.1

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

revision 1
-name:                diagrams-rasterific-version:             0.1-synopsis:            Rasterific backend for diagrams.-description:         A full-featured backend for rendering-                     diagrams using the Rasterific rendering engine.-homepage:             http://projects.haskell.org/diagrams/-license:             BSD3-license-file:        LICENSE-author:              Jeffrey Rosenbluth-maintainer:          diagrams-discuss@googlegroups.com-bug-reports:         http://github.com/diagrams/diagrams-cairo/issues-category:            Graphics-build-type:          Simple-data-files:          fonts/*.ttf-extra-source-files:  README.md-cabal-version:       >=1.10-Source-repository head-  type:     git-  location: http://github.com/diagrams/diagrams-rasterific.git--library-  exposed-modules:     Diagrams.Backend.Rasterific-                       Diagrams.Backend.Rasterific.CmdLine-  hs-source-dirs:      src-  other-modules:       Paths_diagrams_rasterific-  build-depends:       base >= 4.2 && < 4.8,-                       old-time,-                       time,-                       process,-                       directory,-                       diagrams-core >= 1.2 && < 1.3,-                       diagrams-lib >= 1.2 && < 1.3,-                       Rasterific >= 0.2 && < 0.4,-                       FontyFruity >= 0.2 && < 0.4,-                       JuicyPixels >= 3.1.5 && < 3.2,-                       lens >= 4.0 && < 4.3,-                       mtl >= 2.1 && < 2.3,-                       statestack >= 0.2 && < 0.3,-                       data-default-class >= 0.0 && < 0.1,-                       containers >= 0.5 && < 0.6,-                       filepath >= 1.2 && < 1.4,-                       optparse-applicative >= 0.7 && < 0.10,-                       bytestring >= 0.9 && < 0.11,-                       split >= 0.1 && < 1.3--  if !os(windows)-    cpp-options:       -DCMDLINELOOP-    Build-depends:     unix >= 2.4 && < 2.8--  default-language:    Haskell2010+name:                diagrams-rasterific
+version:             0.1
+x-revision: 1
+synopsis:            Rasterific backend for diagrams.
+description:         A full-featured backend for rendering
+                     diagrams using the Rasterific rendering engine.
+homepage:             http://projects.haskell.org/diagrams/
+license:             BSD3
+license-file:        LICENSE
+author:              Jeffrey Rosenbluth
+maintainer:          diagrams-discuss@googlegroups.com
+bug-reports:         http://github.com/diagrams/diagrams-cairo/issues
+category:            Graphics
+build-type:          Simple
+data-files:          fonts/*.ttf
+extra-source-files:  README.md
+cabal-version:       >=1.10
+Source-repository head
+  type:     git
+  location: http://github.com/diagrams/diagrams-rasterific.git
+
+library
+  exposed-modules:     Diagrams.Backend.Rasterific
+                       Diagrams.Backend.Rasterific.CmdLine
+  hs-source-dirs:      src
+  other-modules:       Paths_diagrams_rasterific
+  build-depends:       base >= 4.2 && < 4.8,
+                       old-time,
+                       time,
+                       process,
+                       directory,
+                       diagrams-core >= 1.2 && < 1.3,
+                       diagrams-lib >= 1.2 && < 1.3,
+                       Rasterific >= 0.2 && < 0.4,
+                       FontyFruity >= 0.2 && < 0.4,
+                       JuicyPixels >= 3.1.5 && < 3.2,
+                       lens >= 4.0 && < 4.4,
+                       mtl >= 2.1 && < 2.3,
+                       statestack >= 0.2 && < 0.3,
+                       data-default-class >= 0.0 && < 0.1,
+                       containers >= 0.5 && < 0.6,
+                       filepath >= 1.2 && < 1.4,
+                       optparse-applicative >= 0.7 && < 0.10,
+                       bytestring >= 0.9 && < 0.11,
+                       split >= 0.1 && < 1.3
+
+  if !os(windows)
+    cpp-options:       -DCMDLINELOOP
+    Build-depends:     unix >= 2.4 && < 2.8
+
+  default-language:    Haskell2010
revision 2
 name:                diagrams-rasterific
 version:             0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Rasterific backend for diagrams.
 description:         A full-featured backend for rendering
                      diagrams using the Rasterific rendering engine.
 license-file:        LICENSE
 author:              Jeffrey Rosenbluth
 maintainer:          diagrams-discuss@googlegroups.com
-bug-reports:         http://github.com/diagrams/diagrams-cairo/issues
+bug-reports:         http://github.com/diagrams/diagrams-rasterific/issues
 category:            Graphics
 build-type:          Simple
 data-files:          fonts/*.ttf