forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardano-ledger-alonzo.cabal
99 lines (93 loc) · 2.55 KB
/
cardano-ledger-alonzo.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-alonzo
version: 0.1.0.0
synopsis: 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
source-repository head
type: git
location: https://github.com/input-output-hk/cardano-ledger
subdir: eras/alonzo/impl
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:
Cardano.Ledger.Alonzo
Cardano.Ledger.Alonzo.Core
Cardano.Ledger.Alonzo.Data
Cardano.Ledger.Alonzo.Genesis
Cardano.Ledger.Alonzo.Language
Cardano.Ledger.Alonzo.PlutusScriptApi
Cardano.Ledger.Alonzo.PParams
Cardano.Ledger.Alonzo.Rules
Cardano.Ledger.Alonzo.Scripts
Cardano.Ledger.Alonzo.Tools
Cardano.Ledger.Alonzo.Translation
Cardano.Ledger.Alonzo.Tx
Cardano.Ledger.Alonzo.TxBody
Cardano.Ledger.Alonzo.TxOut
Cardano.Ledger.Alonzo.TxInfo
Cardano.Ledger.Alonzo.TxSeq
Cardano.Ledger.Alonzo.TxWits
Cardano.Ledger.Alonzo.UTxO
other-modules:
Cardano.Ledger.Alonzo.Era
Cardano.Ledger.Alonzo.Rules.Bbody
Cardano.Ledger.Alonzo.Rules.Ledger
Cardano.Ledger.Alonzo.Rules.Utxo
Cardano.Ledger.Alonzo.Rules.Utxos
Cardano.Ledger.Alonzo.Rules.Utxow
build-depends:
aeson >= 2,
array,
base-deriving-via,
base64-bytestring,
bytestring,
cardano-binary,
cardano-data,
cardano-crypto-class,
cardano-ledger-core,
cardano-ledger-shelley-ma,
cardano-slotting,
containers,
data-default,
deepseq,
heapwords,
measures,
mtl,
microlens,
nothunks,
plutus-ledger-api ^>= 1.0,
plutus-tx ^>= 1.0,
plutus-core ^>= 1.0,
prettyprinter,
serialise,
set-algebra,
cardano-ledger-shelley,
scientific,
small-steps,
cardano-strict-containers,
text,
time,
transformers,
utf8-string,
validation-selective,
hs-source-dirs:
src