-
Notifications
You must be signed in to change notification settings - Fork 3
/
ambiata-regiment.cabal
157 lines (131 loc) · 4.9 KB
/
ambiata-regiment.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
154
155
156
157
name: ambiata-regiment
version: 0.0.1
license: BSD3
author: Ambiata <info@ambiata.com>
maintainer: Ambiata <info@ambiata.com>
copyright: (c) 2015 Ambiata.
synopsis: regiment
category: System
cabal-version: >= 1.8
build-type: Custom
description: regiment
library
build-depends:
base >= 3 && < 5
, ambiata-aqueduct
, ambiata-p
, ambiata-parsley
, ambiata-x-eithert
, ambiata-x-vector
, binary >= 0.7 && < 0.9
, bytestring == 0.10.*
, directory >= 1.2 && < 1.4
, exceptions >= 0.6 && < 0.9
, filepath >= 1.3 && < 1.5
, heaps == 0.3.*
, primitive == 0.6.*
, resourcet == 1.1.*
, temporary == 1.2.*
, text == 1.2.*
, transformers >= 0.4 && < 0.6
, vector >= 0.10 && < 0.13
, vector-algorithms == 0.7.*
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
Paths_ambiata_regiment
Regiment
Regiment.Serial
Regiment.Data
Regiment.Parse
Regiment.IO
Regiment.Vanguard.Base
Regiment.Vanguard.IO
Regiment.Vanguard.List
executable regiment
ghc-options:
-Wall -threaded -O2
hs-source-dirs:
gen
main-is:
../main/regiment.hs
build-depends:
base
, ambiata-regiment
, ambiata-p
, ambiata-x-attoparsec
, ambiata-x-eithert
, ambiata-x-optparse
, attoparsec == 0.13.*
, optparse-applicative >= 0.11 && < 0.14
, text
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-disorder-core
, ambiata-disorder-corpus
, ambiata-disorder-jack
, ambiata-p
, ambiata-parsley
, ambiata-parsley-test
, ambiata-regiment
, bytestring == 0.10.*
, primitive == 0.6.*
, QuickCheck >= 2.8.2 && < 2.10
, quickcheck-instances == 0.3.*
, temporary
, vector >= 0.10 && < 0.13
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-regiment
, ambiata-disorder-core
, ambiata-disorder-corpus
, ambiata-disorder-jack
, ambiata-p
, ambiata-parsley
, ambiata-parsley-test
, ambiata-x-eithert
, binary
, bytestring
, directory
, filepath
, process >= 1.2 && < 1.7
, resourcet
, temporary
, text
, transformers
, QuickCheck
, quickcheck-instances
, vector
test-suite test-cli
type:
exitcode-stdio-1.0
main-is:
test-cli.hs
ghc-options:
-Wall -threaded -O2
hs-source-dirs:
test
build-depends:
base >= 3 && < 5
, ambiata-regiment
, ambiata-disorder-core