-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathppbl2024-plutus-examples.cabal
77 lines (66 loc) · 2.34 KB
/
ppbl2024-plutus-examples.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
cabal-version: 2.4
name: ppbl2024-plutus-examples
version: 1.0.0
description: plutus examples
author: gimbalabs team
maintainer: https://www.gimbalabs.com/
Flag unexpected_thunks
Description: Turn on unexpected thunks checks
Default: False
--
common base
build-depends: base >= 4.14 && < 4.15
common common-all
default-language: Haskell2010
default-extensions: NoImplicitPrelude
OverloadedStrings
ghc-options: -Wall
-Wcompat
-Wincomplete-record-updates
-Wpartial-fields
-Wredundant-constraints
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wpartial-fields
-Wmissing-deriving-strategies
-Wunused-packages
build-depends: aeson
, bytestring
, containers
, cardano-api
, plutus-ledger-api
, plutus-tx-plugin
, plutus-tx
, text
, serialise
, plutus-core
, tagged
, prettyprinter
, cardano-api
, base
, cardano-crypto-class
, cardano-ledger-core
, split
, directory
, filepath
, plutus-script-utils
, plutonomy
, mtl
, plutus-ledger
, openapi3
ghc-options: -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas
library
import: common-all, base
if flag(unexpected_thunks)
cpp-options: -DUNEXPECTED_THUNKS
hs-source-dirs: src
exposed-modules:
PPBL.AlwaysSucceeds
PPBL.Compiler
Faucet.Compiler
Faucet.Types
Faucet.Validator
ContributorToken.Types
ContributorToken.Validator
ContributorToken.Compiler
Minting.SecretNumberPolicy