-
Notifications
You must be signed in to change notification settings - Fork 3
/
anatomy.cabal
79 lines (69 loc) · 3 KB
/
anatomy.cabal
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
name: ambiata-anatomy
version: 0.0.2
license: BSD3
license-file: LICENSE
author: Ambiata <info@ambiata.com>
maintainer: Ambiata <info@ambiata.com>
copyright: (c) 2015 Ambiata.
synopsis: anatomy
category: System
cabal-version: >= 1.8
build-type: Simple
description: anatomy.
library
build-depends:
base >= 3 && < 5
, aeson == 0.8.*
, ambiata-p
, ambiata-x-optparse
, async == 2.0.*
, bifunctors == 4.2.*
, bytestring == 0.10.*
, connection == 0.2.*
, containers
, either == 4.3.*
, filepath == 1.3.*
, github
, Glob
, http-client == 0.4.*
, http-client-tls == 0.2.*
, http-types == 0.8.*
, optparse-applicative == 0.11.*
, process == 1.2.*
, retry == 0.6.*
, text == 1.2.*
, template == 0.2.*
, template-haskell
, temporary == 1.2.*
, time >= 1.5 && < 1.7
, transformers == 0.4.*
, unix == 2.7.*
, unordered-containers == 0.2.*
, xml-conduit == 1.3.*
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
Anatomy
Anatomy.Ci.Jenkins
Anatomy.Ci.GitHub
Anatomy.Data
Anatomy.Main
Anatomy.System.Report
Anatomy.System.Sync
Anatomy.System.XmlDiff
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
ghc-options: -Wall -threaded -O2
hs-source-dirs:
test
build-depends:
base >= 3 && < 5
, ambiata-anatomy
, ambiata-disorder-core
, ambiata-p
, text
, QuickCheck == 2.7.*
, quickcheck-instances == 0.3.*