name:                diagrams-pgf
version:             1.5
synopsis:            PGF backend for diagrams drawing EDSL.
license:             BSD3
license-file:        LICENSE
author:              Christopher Chalmers
maintainer:          c.chalmers@me.com
homepage:            http://github.com/cchalmers/diagrams-pgf
bug-reports:         http://github.com/cchalmers/diagrams-pgf/issues
stability:           Experimental
category:            Graphics
build-type:          Simple
cabal-version:       1.18
extra-source-files:  README.md, diagrams/*.svg
extra-doc-files:     diagrams/*.svg
tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 || ==9.12.1

description:
  This package provides a modular backend for rendering diagrams created
  with the diagrams EDSL using the TeX library PGF.
  .
  Support for rendering LaTeX, ConTeXt and plain TeX files.
source-repository head
  type:     git
  location: http://github.com/cchalmers/diagrams-pgf

library
  exposed-modules:
    Diagrams.Backend.PGF
    Diagrams.Backend.PGF.CmdLine
    Diagrams.Backend.PGF.Surface
    Diagrams.Backend.PGF.Render
    Diagrams.Backend.PGF.Hbox
    Graphics.Rendering.PGF
  hs-source-dirs:      src
  build-depends:
    base                 >= 4.4   && < 4.22,
    bytestring           >= 0.9   && < 1.1,
    bytestring-builder               < 1.1,
    containers           >= 0.3   && < 0.8,
    colour,
    diagrams-core        >= 1.4   && < 1.6,
    diagrams-lib         >= 1.4   && < 1.6,
    directory            >= 1.0   && < 1.4,
    filepath             >= 1.2   && < 1.6,
    hashable             >= 1.1   && < 1.6,
    mtl                  >= 2.1   && < 3.0,
    optparse-applicative >= 0.13  && < 0.19,
    process              >= 1.0   && < 1.7,
    split                >= 0.1.2 && < 0.3,
    texrunner            <= 0.0.2,
    time                 >= 1.2   && < 1.15,
    JuicyPixels,
    vector,
    zlib

  ghc-options:        -Wall
  default-language:    Haskell2010