Name: Chart-diagrams Version: 1.5 License: BSD3 License-file: LICENSE Copyright: Jan Bracker, 2006-2014 Author: Jan Bracker Maintainer: Jan Bracker Homepage: https://github.com/timbod7/haskell-chart/wiki Synopsis: Diagrams backend for Charts. Description: Diagrams backend for Charts. Category: Graphics Cabal-Version: >= 1.6 Build-Type: Simple data-files: fonts/LinLibertine_R.svg , fonts/LinLibertine_RB.svg , fonts/LinLibertine_RBI.svg , fonts/LinLibertine_RI.svg , fonts/SourceSansPro_R.svg , fonts/SourceSansPro_RB.svg , fonts/SourceSansPro_RBI.svg , fonts/SourceSansPro_RI.svg , fonts/SourceCodePro_R.svg , fonts/SourceCodePro_RB.svg library Build-depends: base >= 3 && < 5 , old-locale , time, mtl , diagrams-core >= 1.3 && < 1.4 , diagrams-lib >= 1.2 && < 1.4 , diagrams-svg >= 1.3.1 && < 1.4 , diagrams-postscript >= 0.7 && < 1.4 , SVGFonts >= 1.4 && < 1.6 , colour >= 2.2.1 && < 2.4 , blaze-markup >= 0.7 && < 0.8 , lucid-svg >= 0.4 && < 0.5 , bytestring >= 0.9 && < 1.0 , operational >= 0.2.2 && < 0.3 , containers >= 0.4 && < 0.6 , data-default-class < 0.1 , lens >= 3.9 && < 4.12 , Chart >= 1.5 && < 1.6 , text other-modules: Paths_Chart_diagrams Exposed-modules: Graphics.Rendering.Chart.Backend.Diagrams source-repository head type: git location: https://github.com/timbod7/haskell-chart