-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathcardano-ledger-shelley-ma-test.cabal
112 lines (104 loc) · 3.73 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
cabal-version: 3.0
name: cardano-ledger-shelley-ma-test
version: 1.2.2.2
license: Apache-2.0
maintainer: [email protected]
author: IOHK
bug-reports: https://github.com/intersectmbo/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
source-repository head
type: git
location: https://github.com/intersectmbo/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 -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-Wunused-packages
build-depends:
base >=4.14 && <5,
bytestring,
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.2,
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.11,
cardano-ledger-allegra:{cardano-ledger-allegra, testlib} >=1.5 && <1.7,
cardano-ledger-mary:{cardano-ledger-mary, testlib} >=1.5 && <1.8,
cardano-slotting,
containers,
hashable,
cardano-ledger-shelley-test >=1.1,
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} >=1.12 && <1.14,
cardano-strict-containers,
microlens,
mtl,
small-steps >=1.1,
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.Golden.Encoding
Test.Cardano.Ledger.ShelleyMA.Serialisation.Timelocks
default-language: Haskell2010
ghc-options:
-Wall -Wcompat -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-Wunused-packages -threaded -rtsopts -with-rtsopts=-N
"-with-rtsopts=-K4m -M650m"
build-depends:
base,
bytestring,
cardano-crypto-class,
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 >=1.0,
cardano-slotting,
cborg,
containers,
data-default-class,
deepseq,
groups,
mtl,
microlens,
QuickCheck,
cardano-ledger-shelley-test,
cardano-ledger-shelley,
small-steps:{small-steps, testlib} >=1.1,
cardano-strict-containers,
tasty-hunit,
tasty-quickcheck,
tasty