-
Notifications
You must be signed in to change notification settings - Fork 0
/
dolla-consensus-base.cabal
108 lines (103 loc) · 3.24 KB
/
dolla-consensus-base.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
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a8d5123d2b206135ef6be344822fe54ea0134f8b69c10db990a83f88b6a06d42
name: dolla-consensus-base
version: 1.0.0
synopsis: Librairies used to support the consensus microservices.
description: This package contains all the functionalities commonly used accross the different microservices of the consensus algorithm.
category: Consortium Blockchain
homepage: https://github.com/dolla-consortium/consensus-base#readme
bug-reports: https://github.com/dolla-consortium/consensus-base/issues
maintainer: [email protected]
copyright: 2020 Dolla
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/dolla-consortium/consensus-base
library
exposed-modules:
Dolla.Consensus.Consortium.Block
Dolla.Consensus.Consortium.Event
Dolla.Consensus.Consortium.Projections
Dolla.Consensus.Consortium.Request
Dolla.Consensus.Dummy.Client.Block
Dolla.Consensus.Dummy.Client.Event
Dolla.Consensus.Dummy.Client.Request
Dolla.Consensus.Log.Aggregation
Dolla.Consensus.Log.EventStoreLog
Dolla.Consensus.Log.LogNameIndex
Dolla.Consensus.Maestro.ESMerger
Dolla.Consensus.Maestro.Output
Dolla.Consensus.Proposal.Persistence
Dolla.Consensus.Proposal.Proposal
Dolla.Consensus.Proposal.ProposalId
Dolla.Consensus.Request
Dolla.Consensus.Voting.Auxiliary
Dolla.Consensus.Voting.BinaryMessage
Dolla.Consensus.Voting.Coordinator
Dolla.Consensus.Voting.Decision
Dolla.Consensus.Voting.Estimate
Dolla.Consensus.Voting.Round
Dolla.Consensus.Voting.TimedOut
Dolla.Consensus.Voting.Vote
other-modules:
Paths_dolla_consensus_base
hs-source-dirs:
lib
ghc-options: -Wall
build-depends:
aeson ==1.4.7.1
, base ==4.13.0.0
, binary ==0.8.7.0
, bytestring ==0.10.10.0
, concurrent-extra ==0.7.0.12
, containers ==0.6.2.1
, directory ==1.3.6.0
, dolla-base ==1.0.0
, eventstore ==1.4.1
, exceptions ==0.10.4
, fsnotify ==0.3.0.1
, hashable ==1.3.0.0
, interpolatedstring-perl6 ==1.0.2
, mmorph ==1.1.3
, mtl ==2.2.2
, streamly ==0.7.2
, streamly-fsnotify ==1.1.1.0
, text ==1.2.4.0
, unordered-containers ==0.2.10.0
, uuid ==1.3.13
default-language: Haskell2010
autogen-modules: Paths_dolla_consensus_base
test-suite dolla-consensus-base-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Dolla.Consensus.Consortium.ProjectionsSpec
Paths_dolla_consensus_base
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
QuickCheck
, aeson ==1.4.7.1
, base ==4.13.0.0
, containers ==0.6.2.1
, dolla-base ==1.0.0
, dolla-consensus-base
, hspec
, interpolatedstring-perl6 ==1.0.2
, mmorph ==1.1.3
, mtl ==2.2.2
, quickcheck-instances
, streamly ==0.7.2
, unordered-containers ==0.2.10.0
, uuid ==1.3.13
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover