forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcardano-ledger-alonzo-test.cabal
126 lines (116 loc) · 3.39 KB
/
cardano-ledger-alonzo-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
119
120
121
122
123
124
125
126
cabal-version: 3.0
name: cardano-ledger-alonzo-test
version: 0.1.0.0
synopsis: Tests for Cardano ledger introducing Plutus Core
description:
This package builds upon the Mary ledger with support for extended UTxO
via Plutus Core.
bug-reports: https://github.com/input-output-hk/cardano-ledger/issues
license: Apache-2.0
author: IOHK
maintainer: [email protected]
category: Network
build-type: Simple
data-files:
cddl-files/alonzo.cddl
cddl-files/real/crypto.cddl
cddl-files/mock/extras.cddl
golden/*.cbor
source-repository head
type: git
location: https://github.com/input-output-hk/cardano-ledger
subdir: eras/alonzo/test-suite
common base
build-depends: base >= 4.12 && < 4.15
common project-config
default-language: Haskell2010
ghc-options: -Wall
-Wcompat
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wpartial-fields
-Wredundant-constraints
-Wunused-packages
library
import: base, project-config
exposed-modules:
Test.Cardano.Ledger.Alonzo.AlonzoEraGen
Test.Cardano.Ledger.Alonzo.EraMapping
Test.Cardano.Ledger.Alonzo.Examples.Consensus
Test.Cardano.Ledger.Alonzo.PlutusScripts
Test.Cardano.Ledger.Alonzo.Serialisation.Generators
Test.Cardano.Ledger.Alonzo.Scripts
Test.Cardano.Ledger.Alonzo.Trace
build-depends:
bytestring,
cardano-binary,
cardano-data,
cardano-ledger-alonzo,
cardano-ledger-core,
cardano-ledger-pretty,
cardano-ledger-shelley-ma-test,
cardano-ledger-shelley-ma,
cardano-protocol-tpraos,
cardano-slotting,
cborg,
containers,
data-default-class,
hashable >= 1.4.1.0,
plutus-core,
plutus-tx,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.0,
QuickCheck,
cardano-ledger-shelley-test,
cardano-ledger-shelley,
microlens,
small-steps,
small-steps-test,
cardano-strict-containers,
text,
transformers,
hs-source-dirs:
src
test-suite cardano-ledger-alonzo-test
import: base, project-config
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs:
test
other-modules:
Test.Cardano.Ledger.Alonzo.Examples
Test.Cardano.Ledger.Alonzo.Golden
Test.Cardano.Ledger.Alonzo.PropertyTests
Test.Cardano.Ledger.Alonzo.Serialisation.Canonical
Test.Cardano.Ledger.Alonzo.Serialisation.CDDL
Test.Cardano.Ledger.Alonzo.Serialisation.Tripping
Test.Cardano.Ledger.Alonzo.Translation
Test.Cardano.Ledger.Alonzo.TxInfo
Paths_cardano_ledger_alonzo_test
build-depends:
base16-bytestring,
bytestring,
cardano-binary,
cardano-data,
cardano-ledger-alonzo,
cardano-ledger-alonzo-test,
cardano-ledger-shelley-ma,
cardano-ledger-core,
cardano-ledger-shelley-ma-test,
cardano-protocol-tpraos,
cardano-slotting,
cborg,
containers,
data-default-class,
plutus-core,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.0,
QuickCheck,
small-steps,
small-steps-test,
cardano-ledger-shelley,
cardano-ledger-shelley-test,
microlens,
cardano-strict-containers,
tasty,
tasty-hunit,
tasty-quickcheck,
time,