@@ -12,6 +12,10 @@ cabal-version: >= 1.10
12
12
extra-source-files : README.md
13
13
data-files : data/protocol-parameters.json
14
14
15
+ common project-config
16
+ if os(windows)
17
+ buildable : False
18
+
15
19
library
16
20
hs-source-dirs : src
17
21
ghc-options : -Wall
@@ -26,23 +30,23 @@ library
26
30
27
31
exposed-modules :
28
32
Cardano.Benchmarking.Command
29
- Cardano.Benchmarking.Compiler
33
+ Cardano.Benchmarking.Compiler
30
34
Cardano.Benchmarking.GeneratorTx
31
35
Cardano.Benchmarking.GeneratorTx.Genesis
32
36
Cardano.Benchmarking.GeneratorTx.NodeToNode
33
37
Cardano.Benchmarking.GeneratorTx.SizedMetadata
34
38
Cardano.Benchmarking.GeneratorTx.Submission
35
39
Cardano.Benchmarking.GeneratorTx.SubmissionClient
36
- Cardano.Benchmarking.LogTypes
40
+ Cardano.Benchmarking.LogTypes
37
41
Cardano.Benchmarking.NixOptions
38
42
Cardano.Benchmarking.OuroborosImports
39
43
Cardano.Benchmarking.Script
40
44
Cardano.Benchmarking.Script.Action
41
45
Cardano.Benchmarking.Script.Aeson
42
46
Cardano.Benchmarking.Script.Core
43
47
Cardano.Benchmarking.Script.Env
44
- Cardano.Benchmarking.Script.NodeConfig
45
- Cardano.Benchmarking.Script.Selftest
48
+ Cardano.Benchmarking.Script.NodeConfig
49
+ Cardano.Benchmarking.Script.Selftest
46
50
Cardano.Benchmarking.Script.Setters
47
51
Cardano.Benchmarking.Script.Store
48
52
Cardano.Benchmarking.Script.Types
@@ -52,7 +56,7 @@ library
52
56
Cardano.Benchmarking.Version
53
57
Cardano.Benchmarking.Wallet
54
58
Cardano.Benchmarking.PlutusExample
55
-
59
+
56
60
Cardano.TxGenerator.Fund
57
61
Cardano.TxGenerator.FundQueue
58
62
Cardano.TxGenerator.PureExample
0 commit comments