-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAccounting.cabal
48 lines (41 loc) · 1.39 KB
/
Accounting.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
cabal-version: 2.4
name: Accounting
version: 0.1.0.0
Build-Type: Simple
-- A short (one-line) description of the package.
-- synopsis:
-- A longer description of the package.
-- description:
-- A URL where users can report bugs.
-- bug-reports:
-- The license under which the package is released.
-- license:
-- The package author(s).
author: Quirin Schlegel
-- An email address to which users can send suggestions, bug reports, and patches.
-- maintainer:
-- A copyright notice.
-- copyright:
-- category:
library
hs-source-dirs: src
exposed-modules: Account,
Trace
build-depends: aeson
, base ^>=4.14.1.0
, bytestring
, cardano-api
, containers
, data-default
, freer-extras
, playground-common
, plutus-contract
, plutus-ledger
, plutus-ledger-api
, plutus-ledger-constraints
, plutus-tx-plugin
, plutus-tx
, serialise
, text
default-language: Haskell2010
ghc-options: -Wall -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas -fno-strictness -fno-spec-constr -fno-specialise