Name: diagrams-postscript
Version: 1.0
Synopsis: Postscript backend for diagrams drawing EDSL
Description: This package provides a modular backend for rendering
diagrams created with the diagrams EDSL using Postscript.
.
* "Diagrams.Backend.Postscript.CmdLine" - Provides
the "defaultMain" interface to render a diagram
based on command line options.
.
* "Diagrams.Backend.Postscript" - Provides the
general API for rendering diagrams using the
Postscript backend.
Homepage: http://projects.haskell.org/diagrams/
License: BSD3
License-file: LICENSE
Author: Ryan Yates
Maintainer: diagrams-discuss@googlegroups.com
Bug-reports: http://github.com/diagrams/diagrams-postscript/issues
Category: Graphics
Build-type: Simple
Cabal-version: >=1.10
Tested-with: GHC == 7.4.2, GHC == 7.6.1
Source-repository head
type: git
location: https://github.com/diagrams/diagrams-postscript.git
Library
Exposed-modules: Diagrams.Backend.Postscript
Diagrams.Backend.Postscript.CmdLine
Graphics.Rendering.Postscript
Hs-source-dirs: src
Build-depends: base >= 4.2 && < 4.8,
mtl >= 2.0 && < 2.2,
filepath,
dlist >= 0.5 && < 0.6,
vector-space >= 0.7.7 && < 0.9,
diagrams-core >= 1.0 && < 1.1,
diagrams-lib >= 1.0 && < 1.1,
split >= 0.1.2 && < 0.3,
monoid-extras >= 0.3 && < 0.4,
semigroups >= 0.3.4 && < 0.12,
lens >= 3.8 && < 4
default-language: Haskell2010