-
Notifications
You must be signed in to change notification settings - Fork 223
/
Copy pathcardano-api-extra.cabal
69 lines (62 loc) · 1.72 KB
/
cardano-api-extra.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
cabal-version: 3.4
name: cardano-api-extra
version: 0.2024.9.3
synopsis: Useful extensions to the Cardano API.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
maintainer: [email protected]
copyright: 2018-2022 IOHK, 2023 Cardano Foundation
license: Apache-2.0
category: Blockchain, Cardano, Testing
build-type: Simple
common language
default-language: Haskell2010
default-extensions:
NoImplicitPrelude
OverloadedStrings
common opts-lib
ghc-options: -Wall -Wcompat -fwarn-redundant-constraints
if flag(release)
ghc-options: -O2 -Werror
common opts-exe
ghc-options: -threaded -rtsopts -Wall
if flag(release)
ghc-options: -O2 -Werror
flag release
description: Enable optimization and `-Werror`
default: False
manual: True
library
import: language, opts-lib
hs-source-dirs: lib
build-depends:
, aeson
, base
, bytestring
, cardano-api
, cardano-binary
, cardano-crypto-class
, cardano-crypto-test
, cardano-ledger-alonzo
, cardano-ledger-api
, cardano-ledger-byron-test
, cardano-ledger-core
, cardano-ledger-core:testlib
, cardano-ledger-shelley
, cardano-ledger-conway:testlib
, cardano-strict-containers
, cardano-wallet-test-utils
, containers
, hedgehog-quickcheck
, int-cast
, iproute
, network
, plutus-ledger-api:plutus-ledger-api-testlib
, QuickCheck
, quickcheck-instances
, random
, text
exposed-modules:
Cardano.Api.Gen
Cardano.Ledger.Credential.Safe