File: Chart-cairo.cabal

package info (click to toggle)
haskell-chart-cairo 1.9.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 76 kB
  • sloc: haskell: 220; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Name: Chart-cairo
Version: 1.9.4.1
x-revision: 4
License: BSD3
License-file: LICENSE
Copyright: Tim Docker, 2006-2014
Author: Tim Docker <tim@dockerz.net>
Maintainer: Tim Docker <tim@dockerz.net>
Homepage: https://github.com/timbod7/haskell-chart/wiki
Synopsis: Cairo backend for Charts.
Description: Cairo backend for Charts.
Category: Graphics
Cabal-Version: 1.18
Build-Type: Simple

library
  default-language: Haskell98
  Build-depends: base >= 3 && < 5
               , array >= 0.5 && < 0.6
               , old-locale >= 1.0.0 && < 1.1
               , time >= 1.12 && < 1.16
               , cairo >= 0.9.11 && < 0.14
               , colour >= 2.2.1 && < 2.4
               , data-default-class < 0.3
               , operational >= 0.2.2 && < 0.3
               , lens >= 3.9 && < 5.4
               , Chart >= 1.9 && < 1.10
               , mtl >= 2.0 && < 2.4

  Exposed-modules:
        Graphics.Rendering.Chart.Backend.Cairo

source-repository head
  type:     git
  location: https://github.com/timbod7/haskell-chart