forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardano-ledger-shelley-ma-test.cabal
118 lines (110 loc) · 3.82 KB
/
cardano-ledger-shelley-ma-test.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
cabal-version: 3.0
name: cardano-ledger-shelley-ma-test
version: 1.0.0.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
bug-reports: https://github.com/input-output-hk/cardano-ledger/issues
synopsis: Shelley ledger with multiasset and time lock support.
description:
This package extends the Shelley ledger with support for
native tokens and timelocks.
category: Network
build-type: Simple
data-files:
cddl-files/shelley-ma.cddl
cddl-files/real/crypto.cddl
cddl-files/mock/extras.cddl
source-repository head
type: git
location: https://github.com/input-output-hk/cardano-ledger
subdir: eras/shelley-ma/test-suite
library
exposed-modules:
Test.Cardano.Ledger.TranslationTools
Test.Cardano.Ledger.EraBuffet
Test.Cardano.Ledger.MaryEraGen
Test.Cardano.Ledger.Mary.Golden
Test.Cardano.Ledger.Mary.Examples.Consensus
Test.Cardano.Ledger.AllegraEraGen
Test.Cardano.Ledger.Allegra.Examples.Consensus
Test.Cardano.Ledger.ShelleyMA.TxBody
Test.Cardano.Ledger.ShelleyMA.Serialisation.Generators
Test.Cardano.Ledger.ShelleyMA.Serialisation.Roundtrip
hs-source-dirs: src
default-language: Haskell2010
ghc-options:
-Wall -Wcompat -Werror -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-Wunused-packages
build-depends:
base >=4.14 && <4.17,
bytestring,
cardano-ledger-binary:{cardano-ledger-binary, testlib},
cardano-ledger-core:{cardano-ledger-core, testlib},
cardano-ledger-pretty,
cardano-ledger-allegra ^>=1.0,
cardano-ledger-mary:{cardano-ledger-mary, testlib} ^>=1.0,
cardano-slotting,
containers,
generic-random,
hashable,
cardano-ledger-shelley-test,
cardano-ledger-shelley,
cardano-strict-containers,
microlens,
mtl,
small-steps,
tasty,
tasty-quickcheck,
tasty-hunit,
text,
QuickCheck
test-suite cardano-ledger-shelley-ma-test
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: test
other-modules:
Test.Cardano.Ledger.Mary.Examples
Test.Cardano.Ledger.Mary.Examples.Cast
Test.Cardano.Ledger.Mary.Examples.MultiAssets
Test.Cardano.Ledger.Mary.Translation
Test.Cardano.Ledger.Mary.Value
Test.Cardano.Ledger.Allegra.Translation
Test.Cardano.Ledger.Allegra.ScriptTranslation
Test.Cardano.Ledger.ShelleyMA.Serialisation
Test.Cardano.Ledger.ShelleyMA.Serialisation.CDDL
Test.Cardano.Ledger.ShelleyMA.Serialisation.Golden.Encoding
Test.Cardano.Ledger.ShelleyMA.Serialisation.Timelocks
Paths_cardano_ledger_shelley_ma_test
default-language: Haskell2010
ghc-options:
-Wall -Wcompat -Werror -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-Wunused-packages -threaded -rtsopts -with-rtsopts=-N
"-with-rtsopts=-K4m -M350m"
build-depends:
base,
bytestring,
cardano-data,
cardano-ledger-binary:{cardano-ledger-binary, testlib},
cardano-ledger-core:{cardano-ledger-core, testlib},
cardano-ledger-shelley-ma-test,
cardano-ledger-allegra,
cardano-ledger-mary:{cardano-ledger-mary, testlib},
cardano-protocol-tpraos,
cardano-slotting,
cborg,
containers,
data-default-class,
mtl,
microlens,
QuickCheck,
cardano-ledger-shelley-test,
cardano-ledger-shelley,
small-steps-test,
small-steps,
cardano-strict-containers,
tasty-hunit,
tasty-quickcheck,
tasty