This repository was archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 631
/
Copy pathcardano-sl-chain.cabal
359 lines (336 loc) · 13.9 KB
/
cardano-sl-chain.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
name: cardano-sl-chain
version: 2.0.0
synopsis: Cardano SL - transaction processing
description: Cardano SL - transaction processing
license: MIT
license-file: LICENSE
author: Serokell
maintainer: [email protected]
copyright: 2016 IOHK
category: Currency
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Pos.Chain.Block
Pos.Chain.Delegation
Pos.Chain.Genesis
Pos.Chain.Lrc
Pos.Chain.Security
Pos.Chain.Ssc
Pos.Chain.Script
Pos.Chain.Txp
Pos.Chain.Update
other-modules:
Pos.Chain.Block.Block
Pos.Chain.Block.ComponentBlock
Pos.Chain.Block.Configuration
Pos.Chain.Block.Error
Pos.Chain.Block.Genesis
Pos.Chain.Block.HasPrevBlock
Pos.Chain.Block.Header
Pos.Chain.Block.IsHeader
Pos.Chain.Block.JsonLog
Pos.Chain.Block.Logic
Pos.Chain.Block.Logic.Integrity
Pos.Chain.Block.Main
Pos.Chain.Block.Slog
Pos.Chain.Block.Slog.Types
Pos.Chain.Block.Types
Pos.Chain.Block.Util
Pos.Chain.Delegation.Cede
Pos.Chain.Delegation.Cede.Class
Pos.Chain.Delegation.Cede.Types
Pos.Chain.Delegation.Class
Pos.Chain.Delegation.Configuration
Pos.Chain.Delegation.HeavyDlgIndex
Pos.Chain.Delegation.LightDlgIndices
Pos.Chain.Delegation.Payload
Pos.Chain.Delegation.Proof
Pos.Chain.Delegation.Types
-- Genesis
Pos.Chain.Genesis.AvvmBalances
Pos.Chain.Genesis.Config
Pos.Chain.Genesis.Data
Pos.Chain.Genesis.Delegation
Pos.Chain.Genesis.Generate
Pos.Chain.Genesis.Hash
Pos.Chain.Genesis.Initializer
Pos.Chain.Genesis.NonAvvmBalances
Pos.Chain.Genesis.ProtocolConstants
Pos.Chain.Genesis.Spec
Pos.Chain.Genesis.WStakeholders
Pos.Chain.Txp.Configuration
Pos.Chain.Txp.Base
Pos.Chain.Txp.Error
Pos.Chain.Txp.Topsort
Pos.Chain.Txp.GenesisUtxo
Pos.Chain.Txp.Toil
Pos.Chain.Txp.Toil.Failure
Pos.Chain.Txp.Toil.Logic
Pos.Chain.Txp.Toil.Monad
Pos.Chain.Txp.Toil.Stakes
Pos.Chain.Txp.Toil.Types
Pos.Chain.Txp.Toil.Utxo
Pos.Chain.Txp.Toil.Utxo.Functions
Pos.Chain.Txp.Toil.Utxo.Util
Pos.Chain.Txp.Tx
Pos.Chain.Txp.TxAux
Pos.Chain.Txp.TxMsg
Pos.Chain.Txp.TxOutAux
Pos.Chain.Txp.TxPayload
Pos.Chain.Txp.TxProof
Pos.Chain.Txp.TxWitness
Pos.Chain.Txp.Undo
Pos.Chain.Lrc.Fts
Pos.Chain.Lrc.OBFT
Pos.Chain.Lrc.Types
Pos.Chain.Lrc.Error
Pos.Chain.Lrc.Core
Pos.Chain.Lrc.Genesis
Pos.Chain.Lrc.RichmenComponent
Pos.Chain.Security.Params
Pos.Chain.Security.Util
Pos.Chain.Ssc.Base
Pos.Chain.Ssc.Behavior
Pos.Chain.Ssc.Commitment
Pos.Chain.Ssc.CommitmentAndOpening
Pos.Chain.Ssc.CommitmentsMap
Pos.Chain.Ssc.Configuration
Pos.Chain.Ssc.Error
Pos.Chain.Ssc.Error.Seed
Pos.Chain.Ssc.Error.Verify
Pos.Chain.Ssc.Functions
Pos.Chain.Ssc.Mem
Pos.Chain.Ssc.Message
Pos.Chain.Ssc.Opening
Pos.Chain.Ssc.OpeningsMap
Pos.Chain.Ssc.Payload
Pos.Chain.Ssc.Proof
Pos.Chain.Ssc.Seed
Pos.Chain.Ssc.Shares
Pos.Chain.Ssc.SharesDistribution
Pos.Chain.Ssc.SharesMap
Pos.Chain.Ssc.Toss
Pos.Chain.Ssc.Toss.Logic
Pos.Chain.Ssc.Toss.Pure
Pos.Chain.Ssc.Toss.Base
Pos.Chain.Ssc.Toss.Class
Pos.Chain.Ssc.Toss.Types
Pos.Chain.Ssc.Types
Pos.Chain.Ssc.VssCertData
Pos.Chain.Ssc.VssCertificate
Pos.Chain.Ssc.VssCertificatesMap
Pos.Chain.Update.ApplicationName
Pos.Chain.Update.BlockVersion
Pos.Chain.Update.BlockVersionData
Pos.Chain.Update.BlockVersionModifier
Pos.Chain.Update.Configuration
Pos.Chain.Update.Constants
Pos.Chain.Update.Data
Pos.Chain.Update.Params
Pos.Chain.Update.Payload
Pos.Chain.Update.Poll
Pos.Chain.Update.Poll.Class
Pos.Chain.Update.Poll.Modifier
Pos.Chain.Update.Poll.Types
Pos.Chain.Update.Poll.Failure
Pos.Chain.Update.Proof
Pos.Chain.Update.SoftforkRule
Pos.Chain.Update.SoftwareVersion
Pos.Chain.Update.SystemTag
Pos.Chain.Update.Vote
build-depends: base
, aeson
, aeson-options
, array
, bytestring
, Cabal
, canonical-json
, cardano-sl-binary
, cardano-sl-core
, cardano-sl-crypto
, cardano-sl-util
, cborg
, cereal
, conduit
, containers
, cryptonite
, data-default
, deepseq
, ekg-core
, ether
, exceptions
, extra
, filepath
, fmt >= 0.4
, formatting
, formatting
, free
, generic-arbitrary
, hashable
, lens
, lrucache
, memory
, mmorph
, mono-traversable
, mtl
, neat-interpolation
, parsec
, QuickCheck
, reflection
, safecopy
, safe-exceptions
, serokell-util
, template-haskell
, text
, time
, time-units
, transformers
, universum
, unordered-containers
default-language: Haskell2010
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
StandaloneDeriving
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
FunctionalDependencies
DefaultSignatures
NoImplicitPrelude
OverloadedStrings
TypeApplications
TupleSections
ViewPatterns
LambdaCase
MultiWayIf
ConstraintKinds
UndecidableInstances
BangPatterns
TemplateHaskell
ScopedTypeVariables
MonadFailDesugaring
ghc-options: -Wall
-O2
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp
test-suite chain-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: test.hs
other-modules: Spec
Test.Pos.Chain.Block.Arbitrary
Test.Pos.Chain.Block.Bi
Test.Pos.Chain.Block.BlockSpec
Test.Pos.Chain.Block.CborSpec
Test.Pos.Chain.Block.Gen
Test.Pos.Chain.Block.SafeCopySpec
Test.Pos.Chain.Delegation.Arbitrary
Test.Pos.Chain.Delegation.Bi
Test.Pos.Chain.Delegation.Example
Test.Pos.Chain.Delegation.Gen
Test.Pos.Chain.Genesis.Dummy
Test.Pos.Chain.Genesis.Example
Test.Pos.Chain.Genesis.Gen
Test.Pos.Chain.Genesis.Json
Test.Pos.Chain.Lrc.FtsSpec
Test.Pos.Chain.Lrc.ObftRoundRobinSpec
Test.Pos.Chain.Lrc.StakeAndHolder
Test.Pos.Chain.Ssc.Arbitrary
Test.Pos.Chain.Ssc.Bi
Test.Pos.Chain.Ssc.CborSpec
Test.Pos.Chain.Ssc.Example
Test.Pos.Chain.Ssc.Gen
Test.Pos.Chain.Ssc.Json
Test.Pos.Chain.Txp.Arbitrary
Test.Pos.Chain.Txp.Arbitrary.Unsafe
Test.Pos.Chain.Txp.Bi
Test.Pos.Chain.Txp.CoreSpec
Test.Pos.Chain.Txp.Gen
Test.Pos.Chain.Txp.Json
Test.Pos.Chain.Txp.Example
Test.Pos.Chain.Txp.Toil.UtxoSpec
Test.Pos.Chain.Update.Arbitrary
Test.Pos.Chain.Update.Bi
Test.Pos.Chain.Update.CborSpec
Test.Pos.Chain.Update.Example
Test.Pos.Chain.Update.Gen
Test.Pos.Chain.Update.Json
build-depends: base
, aeson
, base16-bytestring
, bytestring
, cardano-crypto
, cardano-sl-binary
, cardano-sl-binary-test
, cardano-sl-core
, cardano-sl-core-test
, cardano-sl-crypto
, cardano-sl-crypto-test
, cardano-sl-chain
, cardano-sl-util
, cardano-sl-util-test
, containers
, cryptonite
, data-default
, fmt
, formatting
, generic-arbitrary
, hedgehog
, hspec
, lens
, mtl
, pvss
, QuickCheck
, random
, serokell-util
, formatting
, time-units
, universum
, unordered-containers
, vector
build-tool-depends: hspec-discover:hspec-discover
default-language: Haskell2010
default-extensions: NoImplicitPrelude
OverloadedStrings
ghc-options: -Wall
benchmark block-bench
main-is: block-bench.hs
hs-source-dirs: bench test
default-language: Haskell2010
type: exitcode-stdio-1.0
other-modules: Test.Pos.Chain.Block.Arbitrary
Test.Pos.Chain.Block.Arbitrary.Generate
Test.Pos.Chain.Delegation.Arbitrary
Test.Pos.Chain.Genesis.Dummy
Test.Pos.Chain.Ssc.Arbitrary
Test.Pos.Chain.Txp.Arbitrary
Test.Pos.Chain.Update.Arbitrary
ghc-options: -Wall -O2
build-depends: QuickCheck
, base
, bytestring
, criterion >= 1.3.0.0
, cardano-sl-binary
, cardano-sl-chain
, cardano-sl-crypto
, cardano-sl-core
, cardano-sl-core-test
, cardano-sl-crypto-test
, cardano-sl-util-test
, containers
, data-default
, deepseq
, formatting
, generic-arbitrary
, random
, text
, universum
, unordered-containers
, vector
default-extensions: NoImplicitPrelude
OverloadedStrings