Name: diagrams-cairo
Version: 0.2
Synopsis: Cairo backend for diagrams drawing EDSL
Description: This package provides a modular backend for rendering
diagrams created with the diagrams EDSL using the
Cairo library.
Homepage: http://projects.haskell.org/diagrams
License: BSD3
License-file: LICENSE
Author: Brent Yorgey
Maintainer: byorgey@cis.upenn.edu
Stability: Experimental
Category: Graphics
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files: CHANGES
Tested-with: GHC == 6.12.3, GHC >= 7.0.2 && <= 7.0.3
Extra-source-files: example/*.hs, example/tic-tac-toe/*.hs
Source-repository head
type: darcs
location: http://patch-tag.com/r/byorgey/diagrams-cairo
Library
Exposed-modules: Diagrams.Backend.Cairo
Diagrams.Backend.Cairo.CmdLine
Hs-source-dirs: src
Build-depends: base >= 4.2 && < 4.4,
process >= 1.0 && < 1.1,
directory >= 1.0 && < 1.2,
old-time >= 1.0 && < 1.1,
diagrams-core >= 0.2 && < 0.3,
diagrams-lib >= 0.2 && < 0.3,
cairo >= 0.10.1 && < 0.13,
cmdargs >= 0.6 && < 0.8,
split >= 0.1.2 && < 0.2
if !os(windows)
cpp-options: -DCMDLINELOOP
Build-depends: unix >= 2.4 && < 2.5