-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathChart-tests.cabal
More file actions
88 lines (84 loc) · 2.03 KB
/
Chart-tests.cabal
File metadata and controls
88 lines (84 loc) · 2.03 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Name: Chart-tests
Version: 1.9.3
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: Tests of the Charts library.
Description: Tests of the Charts library.
Category: Graphics
Cabal-Version: >= 1.10
Build-Type: Simple
source-repository head
type: git
location: https://github.com/timbod7/haskell-chart
Executable chart-harness
Build-Depends:
base >= 3 && < 5,
old-locale,
array,
time,
mtl,
colour >= 2.2.1 && < 2.4,
lens >= 3.9 && < 5.3,
data-default-class < 0.2,
bytestring >= 0.9 && < 1.0,
svg-builder >= 0.1 && < 0.2,
random >= 1.0,
containers >= 0.4 && <0.7,
old-time >= 1.0,
Chart >= 1.9 && < 1.10,
Chart-cairo >= 1.9 && < 1.10,
Chart-gtk >= 1.9 && < 1.10,
Chart-diagrams >= 1.9 && < 1.10,
gtk >= 0.9.11,
cairo >= 0.9.11,
diagrams-cairo >= 1.3 && < 1.5,
diagrams-svg >= 1.4 && < 1.5,
diagrams-postscript >= 0.7 && < 1.6,
diagrams-lib >= 1.2 && < 1.5,
diagrams-core >= 1.3 && < 1.6,
vector >= 0.9 && < 0.13,
QuickCheck >= 2.10 && < 2.15
Main-is: Main.hs
Hs-Source-Dirs: tests
Ghc-Options: -threaded
default-language: Haskell2010
other-modules:
CompareFonts
DiagramsCairo
DiagramsEPS
DiagramsSVG
Drawing.Cairo
Drawing.DiagramsCairo
Drawing.Tests
ExampleStocks
GtkTestPicking
Prices
Test1
Test2
Test3
Test4
Test5
Test7
Test8
Test9
Test14a
Test14
Test15
Test17
Test19
Test20
TestParametric
Tests
TestSparkLines
Utils
test-suite doctests
type: exitcode-stdio-1.0
main-is: Doctests.hs
build-depends: base >= 4.7 && < 5
, doctest >= 0.8
default-language: Haskell2010
Hs-Source-Dirs: tests