-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperty-sale.cabal
51 lines (49 loc) · 1.74 KB
/
property-sale.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
Cabal-Version: 2.4
Name: property-sale
Version: 0.1.0.0
Author: Bradley Heather
Maintainer: [email protected]
Build-Type: Simple
Copyright: © 2021 Bora Finance
License: Apache-2.0
License-files: LICENSE
library
hs-source-dirs: src
exposed-modules: PropertySale
PropertySaleTest
PropertySalePAB
BoraMarket
Percentage
build-depends: aeson
, base ^>=4.14.1.0
, containers
, playground-common
, plutus-contract
, plutus-ledger
, plutus-ledger-api
, plutus-tx-plugin
, plutus-tx
, plutus-use-cases
, prettyprinter
, QuickCheck
, text
, freer-extras
, data-default
default-language: Haskell2010
ghc-options: -Wall -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas -fno-strictness -fno-spec-constr -fno-specialise
executable PAB
main-is: PAB.hs
hs-source-dirs: app
ghc-options: -Wall -threaded
build-depends: aeson
, base ^>= 4.14.1.0
, data-default
, freer-extras
, freer-simple
, plutus-contract
, plutus-ledger
, plutus-pab
, property-sale
, plutus-use-cases
, prettyprinter
, text