Name: Chart-diagrams
Version: 1.3.2
License: BSD3
License-file: LICENSE
Copyright: Jan Bracker, 2006-2014
Author: Jan Bracker <jan.bracker@googlemail.com>
Maintainer: Jan Bracker <jan.bracker@googlemail.com>
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.2 && < 1.3
, diagrams-lib >= 1.2 && < 1.3
, diagrams-svg >= 1.1 && < 1.2
, diagrams-postscript >= 0.7 && < 1.2
, SVGFonts >= 1.4 && < 1.5
, colour >= 2.2.1 && < 2.4
, blaze-svg >= 0.3.3
, 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.7
, Chart >= 1.3 && < 1.4
, 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