-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathambiata-jebediah.cabal
153 lines (132 loc) · 5.13 KB
/
ambiata-jebediah.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
name: ambiata-jebediah
version: 0.0.1
license: BSD3
author: Ambiata <[email protected]>
maintainer: Ambiata <[email protected]>
copyright: (c) 2015 Ambiata.
synopsis: Cloudwatch logs cat tools
category: System
cabal-version: >= 1.8
build-type: Custom
description: jebediah
library
build-depends:
base >= 3 && < 5
, ambiata-p
, ambiata-mismi-core
, ambiata-mismi-cloudwatch-logs
, ambiata-twine
, ambiata-x-exception
, ambiata-x-eithert
, async >= 2.0 && < 2.2
, bytestring == 0.10.*
, conduit == 1.2.*
, conduit-combinators == 1.0.*
, conduit-extra == 1.1.*
, exceptions >= 0.6 && < 0.9
, filepath >= 1.3 && < 1.5
, lens >= 4.8 && < 4.16
, nats == 1.1.*
, resourcet == 1.1.*
, semigroups >= 0.16 && < 0.19
, stm == 2.4.*
, stm-chans == 3.0.*
, text == 1.2.*
, time >= 1.2 && < 1.9
, old-locale == 1.0.*
, transformers >= 0.3.1 && < 0.6
, unix == 2.7.*
, unix-bytestring == 0.3.7.*
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
Jebediah.Conduit
Jebediah.Data
Jebediah.File
Jebediah.Single
Jebediah.Structure
executable jebediah
ghc-options:
-Wall -threaded -O2
hs-source-dirs:
gen
main-is:
../main/jebediah.hs
build-depends:
base
, ambiata-jebediah
, ambiata-mismi-core
, ambiata-mismi-cloudwatch-logs
, ambiata-p
, ambiata-twine
, ambiata-x-eithert
, ambiata-x-optparse
, attoparsec
, conduit
, directory
, optparse-applicative
, lens
, resourcet
, text
, time
, transformers
, unix-bytestring == 0.3.7.*
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-jebediah
, ambiata-disorder-core
, ambiata-disorder-corpus
, ambiata-mismi-core
, ambiata-mismi-cloudwatch-logs
, ambiata-p
, ambiata-twine
, ambiata-x-eithert
, conduit
, exceptions
, nats
, resourcet
, text
, time
, QuickCheck >= 2.7 && < 2.9
, quickcheck-instances == 0.3.*
test-suite test-io
type:
exitcode-stdio-1.0
main-is:
test-io.hs
ghc-options:
-Wall -threaded -O2
hs-source-dirs:
test
build-depends:
base >= 3 && < 5
, ambiata-jebediah
, ambiata-disorder-core
, ambiata-disorder-corpus
, ambiata-mismi-core
, ambiata-mismi-cloudwatch-logs
, ambiata-p
, ambiata-twine
, ambiata-x-eithert
, bytestring
, conduit
, exceptions
, filepath
, nats
, resourcet
, temporary == 1.2.*
, text
, time
, QuickCheck >= 2.7 && < 2.9
, quickcheck-instances == 0.3.*