Cabal revisions of diagrams-pgf-1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: diagrams-pgf-version: 1.4-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.10-extra-source-files: README.md, diagrams/*.svg-extra-doc-files: diagrams/*.svg-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.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.10,- bytestring >= 0.9 && < 1.1,- bytestring-builder < 1.1,- containers >= 0.3 && < 0.6,- colour,- diagrams-core >= 1.3 && < 1.5,- diagrams-lib >= 1.3 && < 1.5,- directory >= 1.0 && < 1.4,- filepath >= 1.2 && < 1.5,- hashable >= 1.1 && < 1.3,- mtl >= 2.1 && < 3.0,- optparse-applicative >= 0.13 && < 0.14,- process >= 1.0 && < 1.5,- split >= 0.1.2 && < 0.3,- texrunner <= 0.0.2,- time >= 1.2 && < 1.7,- JuicyPixels,- vector,- zlib-- ghc-options: -Wall- default-language: Haskell2010-+name: diagrams-pgf +version: 1.4 +x-revision: 1 +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.10 +extra-source-files: README.md, diagrams/*.svg +extra-doc-files: diagrams/*.svg +tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.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.10, + bytestring >= 0.9 && < 1.1, + bytestring-builder < 1.1, + containers >= 0.3 && < 0.6, + colour, + diagrams-core >= 1.4 && < 1.5, + diagrams-lib >= 1.4 && < 1.5, + directory >= 1.0 && < 1.4, + filepath >= 1.2 && < 1.5, + hashable >= 1.1 && < 1.3, + mtl >= 2.1 && < 3.0, + optparse-applicative >= 0.13 && < 0.14, + process >= 1.0 && < 1.5, + split >= 0.1.2 && < 0.3, + texrunner <= 0.0.2, + time >= 1.2 && < 1.7, + JuicyPixels, + vector, + zlib + + ghc-options: -Wall + default-language: Haskell2010 +
revision 2
name: diagrams-pgf version: 1.4 -x-revision: 1 +x-revision: 2 synopsis: PGF backend for diagrams drawing EDSL. license: BSD3 license-file: LICENSE cabal-version: >=1.10 extra-source-files: README.md, diagrams/*.svg extra-doc-files: diagrams/*.svg -tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 +tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1 description: This package provides a modular backend for rendering diagrams created with the diagrams EDSL using the TeX library PGF. Graphics.Rendering.PGF hs-source-dirs: src build-depends: - base >= 4.4 && < 4.10, + base >= 4.4 && < 4.13, bytestring >= 0.9 && < 1.1, bytestring-builder < 1.1, - containers >= 0.3 && < 0.6, + containers >= 0.3 && < 0.7, colour, diagrams-core >= 1.4 && < 1.5, diagrams-lib >= 1.4 && < 1.5, filepath >= 1.2 && < 1.5, hashable >= 1.1 && < 1.3, mtl >= 2.1 && < 3.0, - optparse-applicative >= 0.13 && < 0.14, - process >= 1.0 && < 1.5, + optparse-applicative >= 0.13 && < 0.15, + process >= 1.0 && < 1.7, split >= 0.1.2 && < 0.3, texrunner <= 0.0.2, - time >= 1.2 && < 1.7, + time >= 1.2 && < 1.10, JuicyPixels, vector, zlib