-
Notifications
You must be signed in to change notification settings - Fork 6
/
concordium-client.cabal
215 lines (206 loc) · 5.22 KB
/
concordium-client.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
cabal-version: 1.24
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: concordium-client
version: 7.0.2
description: Please see the README on GitHub at <https://github.com/Concordium/concordium-client#readme>
homepage: https://github.com/Concordium/concordium-client#readme
bug-reports: https://github.com/Concordium/concordium-client/issues
author: Concordium
maintainer: [email protected]
copyright: Concordium
license: Apache-2.0
license-file: LICENSE
build-type: Custom
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/Concordium/concordium-client
custom-setup
setup-depends:
Cabal
, base
flag static
description: Use static linking.
manual: True
default: False
library
exposed-modules:
Concordium.Client.Cli
Concordium.Client.Commands
Concordium.Client.Config
Concordium.Client.Export
Concordium.Client.GRPC2
Concordium.Client.LegacyCommands
Concordium.Client.Output
Concordium.Client.Parse
Concordium.Client.Runner
Concordium.Client.Runner.Helper
Concordium.Client.RWLock
Concordium.Client.Types.Account
Concordium.Client.Types.ConsensusStatus
Concordium.Client.Types.Contract.BuildInfo
Concordium.Client.Types.Contract.Info
Concordium.Client.Types.Contract.Parameter
Concordium.Client.Types.Contract.Schema
Concordium.Client.Types.Contract.WasmParseHelpers
Concordium.Client.Types.Transaction
Concordium.Client.Types.TransactionStatus
Concordium.Client.Utils
Data.DoubleWord
other-modules:
Paths_concordium_client
hs-source-dirs:
src
default-extensions:
OverloadedStrings
RecordWildCards
GeneralizedNewtypeDeriving
ScopedTypeVariables
FlexibleContexts
LambdaCase
TupleSections
TypeOperators
ghc-options: -Wall -Wcompat -Werror=missing-fields -Wredundant-constraints -O
build-depends:
aeson
, aeson-pretty
, ansi-terminal
, async >=2.2
, base >=4.7 && <5
, base16-bytestring
, bytestring
, case-insensitive
, cborg
, cborg-json
, cereal
, concordium-base
, containers
, cookie
, directory
, filepath
, hashable >=1.2
, http2-client >=0.9
, http2-client-grpc >=0.7
, http2-grpc-proto-lens
, http2-grpc-types
, microlens-platform
, mtl
, optparse-applicative
, pretty
, prettyprinter
, prettyprinter-ansi-terminal
, proto-lens ==0.7.*
, scientific
, singletons-base
, split
, string-interpolate
, text
, time
, transformers
, uri-encode >=1.5
, vector >=0.12
default-language: Haskell2010
executable concordium-client
main-is: Main.hs
other-modules:
Paths_concordium_client
hs-source-dirs:
app
default-extensions:
OverloadedStrings
RecordWildCards
GeneralizedNewtypeDeriving
ScopedTypeVariables
FlexibleContexts
LambdaCase
TupleSections
TypeOperators
ghc-options: -Wall -Wcompat -Werror=missing-fields -Wredundant-constraints -O
build-depends:
base
, concordium-client
, optparse-applicative
default-language: Haskell2010
if flag(static)
ld-options: -static
executable tx-generator
main-is: Main.hs
other-modules:
Paths_concordium_client
hs-source-dirs:
generator
default-extensions:
OverloadedStrings
RecordWildCards
GeneralizedNewtypeDeriving
ScopedTypeVariables
FlexibleContexts
LambdaCase
TupleSections
TypeOperators
ghc-options: -Wall -Wcompat -Werror=missing-fields -Wredundant-constraints -O
build-depends:
aeson
, base
, concordium-base
, concordium-client
, mtl
, optparse-applicative
, time
default-language: Haskell2010
if os(windows)
ghc-options: -threaded
if flag(static)
ld-options: -static
test-suite concordium-client-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
DataTests.DoubleWordSpec
SimpleClientTests.AccountSpec
SimpleClientTests.BackupSpec
SimpleClientTests.BlockSpec
SimpleClientTests.CliSpec
SimpleClientTests.ConfigSpec
SimpleClientTests.ConsensusSpec
SimpleClientTests.ContractSpec
SimpleClientTests.LogSpec
SimpleClientTests.ParseSpec
SimpleClientTests.QueryTransaction
SimpleClientTests.SchemaParsingSpec
SimpleClientTests.TransactionSpec
Paths_concordium_client
hs-source-dirs:
test
default-extensions:
OverloadedStrings
RecordWildCards
GeneralizedNewtypeDeriving
ScopedTypeVariables
FlexibleContexts
LambdaCase
TupleSections
TypeOperators
ghc-options: -Wall -Wcompat -Werror=missing-fields -Wredundant-constraints -O
build-depends:
HUnit >=1.6
, QuickCheck >=2.13
, aeson
, base >=4.7 && <5
, base64-bytestring
, bytestring
, cereal
, concordium-base
, concordium-client
, containers
, hspec >=2.6
, mtl >=2.2.2
, random
, text
, time
, vector
default-language: Haskell2010