forked from haskell-mafia/mafia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathambiata-mafia.cabal
190 lines (164 loc) · 6.67 KB
/
ambiata-mafia.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
name: ambiata-mafia
version: 0.0.1
license: Apache-2.0
license-file: LICENSE
author: Ambiata <[email protected]>
maintainer: Ambiata <[email protected]>
copyright: (c) 2015 Ambiata.
synopsis: mafia
category: Development
cabal-version: >= 1.8
build-type: Custom
description: mafia
library
build-depends:
base >= 3 && < 5
, ambiata-p
, ambiata-x-eithert
, ambiata-twine
, aeson >= 0.8 && < 0.12
, async >= 2.0 && < 2.2
, attoparsec >= 0.12 && < 0.14
, base16-bytestring == 0.1.*
, bytestring == 0.10.*
, Cabal >= 1.22 && < 1.25
, case-insensitive == 1.2.*
, containers == 0.5.*
, cryptonite == 0.15.*
, directory >= 1.2 && < 1.4
, exceptions == 0.8.*
, filelock == 0.1.*
, filepath == 1.4.*
, memory >= 0.12 && < 0.15
, parallel == 3.2.*
, process >= 1.4 && < 1.5
, retry == 0.7.*
, stm == 2.4.*
, tar == 0.4.*
, temporary == 1.2.*
, text == 1.2.*
, time >= 1.4 && < 1.9
, time-locale-compat == 0.1.*
, transformers >= 0.4 && < 0.6
, unix == 2.7.*
ghc-options:
-Wall
if impl(ghc >= 8.0)
ghc-options:
-fno-warn-redundant-constraints
hs-source-dirs:
src
exposed-modules:
Mafia.Bin
Mafia.Cabal
Mafia.Cabal.Constraint
Mafia.Cabal.Dependencies
Mafia.Cabal.Index
Mafia.Cabal.Package
Mafia.Cabal.Process
Mafia.Cabal.Sandbox
Mafia.Cabal.Types
Mafia.Cabal.Version
Mafia.Cache
Mafia.Error
Mafia.Flock
Mafia.Ghc
Mafia.Git
Mafia.Hash
Mafia.Home
Mafia.Hoogle
Mafia.IO
Mafia.Include
Mafia.Init
Mafia.Install
Mafia.Lock
Mafia.Makefile
Mafia.Package
Mafia.Path
Mafia.Process
Mafia.Script
Mafia.Submodule
Mafia.Tree
Paths_ambiata_mafia
executable mafia
ghc-options:
-Wall -threaded -O2
hs-source-dirs:
gen
main-is:
../main/mafia.hs
build-depends:
base
, ambiata-mafia
, ambiata-p
, ambiata-x-eithert
, ambiata-x-optparse
, bytestring == 0.10.*
, containers == 0.5.*
, directory >= 1.2 && < 1.4
, filepath == 1.4.*
, optparse-applicative >= 0.11 && < 0.13
, text == 1.2.*
, time >= 1.4 && < 1.9
, time-locale-compat == 0.1.*
, transformers >= 0.4 && < 0.6
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-mafia
, ambiata-p
, ambiata-x-eithert
, QuickCheck == 2.8.*
, quickcheck-instances == 0.3.*
, text
, transformers >= 0.4 && < 0.6
test-suite test-io
type:
exitcode-stdio-1.0
main-is:
test-io.hs
ghc-options:
-Wall -threaded -O2
if impl(ghc >= 8.0)
ghc-options:
-fno-warn-redundant-constraints
hs-source-dirs:
test
build-depends:
base >= 3 && < 5
, ambiata-disorder-core
, ambiata-disorder-corpus
, ambiata-mafia
, ambiata-p
, ambiata-x-eithert
, async >= 2.0 && < 2.2
, containers == 0.5.*
, exceptions == 0.8.*
, QuickCheck == 2.8.*
, quickcheck-instances == 0.3.*
, temporary == 1.2.*
, text == 1.2.*
, transformers >= 0.4 && < 0.6
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-disorder-core
, ambiata-mafia