forked from dolla-consortium/consensus-proposing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dolla-consensus-proposing-simulating.cabal
59 lines (55 loc) · 1.76 KB
/
dolla-consensus-proposing-simulating.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 69eec4043771efbd175ee4f37c2f4d38bcc31c3ada0fa31381ddccb79da832f6
name: dolla-consensus-proposing-simulating
version: 0.0.0.1
build-type: Simple
extra-source-files:
README.md
library
exposed-modules:
Dolla.Consensus.Proposing.Simulating.Dependencies
Dolla.Consensus.Proposing.Simulating.GenRequest
Dolla.Consensus.Proposing.Simulating.OverFlowing
Dolla.Consensus.Proposing.Simulating.Simulating
Dolla.Consensus.Proposing.Simulating.UnderSupplying
other-modules:
Paths_dolla_consensus_proposing_simulating
hs-source-dirs:
library
ghc-options: -Wall
build-depends:
aeson ==1.4.7.1
, base ==4.13.0.0
, byline ==0.3.2.1
, bytestring ==0.10.10.0
, dolla-base ==1.0.0
, dolla-consensus-base ==1.0.0
, dolla-consensus-proposing-receptioning
, dolla-consensus-proposing-receptioning-settings
, dolla-consensus-proposing-simulating-settings
, dolla-consensus-proposing-staging
, exceptions ==0.10.4
, mtl ==2.2.2
, random ==1.1
, streamly ==0.7.2
, text ==1.2.4.0
, uuid ==1.3.13
default-language: Haskell2010
executable dolla-consensus-proposing-simulating
main-is: Executables.hs
other-modules:
Paths_dolla_consensus_proposing_simulating
hs-source-dirs:
executables
ghc-options: -Wall -main-is Executables.simulating -threaded -rtsopts -with-rtsopts=-N
build-depends:
base ==4.13.0.0
, dolla-base ==1.0.0
, dolla-consensus-proposing-receptioning-settings
, dolla-consensus-proposing-simulating
, dolla-consensus-proposing-simulating-settings
default-language: Haskell2010