forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardano-ledger-babbage-test.cabal
99 lines (90 loc) · 3.21 KB
/
cardano-ledger-babbage-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
cabal-version: 3.0
name: cardano-ledger-babbage-test
version: 1.2.0.1
license: Apache-2.0
maintainer: [email protected]
author: IOHK
bug-reports: https://github.com/intersectmbo/cardano-ledger/issues
synopsis: Tests for Cardano ledger babbage era
description: This package builds upon the Alonzo ledger
category: Network
build-type: Simple
data-files: golden/*.cbor
source-repository head
type: git
location: https://github.com/intersectmbo/cardano-ledger
subdir: eras/babbage/test-suite
library
exposed-modules:
Test.Cardano.Ledger.Babbage.Examples.Consensus
Test.Cardano.Ledger.Babbage.Serialisation.Generators
Test.Cardano.Ledger.Babbage.Translation.TranslatableGen
Test.Cardano.Ledger.Babbage.TxInfo
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,
cardano-ledger-allegra >=1.1,
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.0,
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >=1.5.1,
cardano-ledger-alonzo-test >=1.1,
cardano-ledger-babbage:{cardano-ledger-babbage, testlib} >=1.5 && <1.8,
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.11,
cardano-ledger-shelley-ma-test >=1.1,
cardano-ledger-mary >=1.4,
cardano-ledger-shelley-test >=1.1,
cardano-ledger-shelley >=1.6 && <1.11,
cardano-strict-containers,
cardano-slotting,
containers,
data-default-class,
microlens,
QuickCheck,
time,
plutus-ledger-api,
tasty,
tasty-hunit
executable gen-golden
main-is: GenerateGoldenFileMain.hs
hs-source-dirs: test
other-modules: Paths_cardano_ledger_babbage_test
default-language: Haskell2010
ghc-options:
-Wall -Wcompat -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-Wunused-packages
build-depends:
base,
cardano-ledger-alonzo-test,
cardano-ledger-babbage,
cardano-ledger-babbage-test
test-suite cardano-ledger-babbage-test
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: test
other-modules:
Test.Cardano.Ledger.Babbage.Serialisation.Tripping
Test.Cardano.Ledger.Babbage.GoldenTranslation
Paths_cardano_ledger_babbage_test
default-language: Haskell2010
ghc-options:
-Wall -Wcompat -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-Wunused-packages
build-depends:
base,
cardano-ledger-binary:testlib,
cardano-ledger-alonzo-test,
cardano-ledger-babbage:{cardano-ledger-babbage, testlib},
cardano-ledger-babbage-test,
cardano-ledger-core,
cardano-ledger-shelley-ma-test,
cardano-ledger-shelley-test,
cardano-protocol-tpraos >=1.0,
tasty-hunit,
tasty-quickcheck,
tasty