mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 10:52:35 +01:00
25 lines
892 B
Text
25 lines
892 B
Text
|
Cabal-Version: 2.4
|
||
|
Name: plutus-pioneer-program-week02
|
||
|
Version: 0.1.0.0
|
||
|
Author: Lars Bruenjes
|
||
|
Maintainer: brunjlar@gmail.com
|
||
|
Build-Type: Simple
|
||
|
Copyright: © 2021 Lars Bruenjes
|
||
|
License: Apache-2.0
|
||
|
License-files: LICENSE
|
||
|
|
||
|
library
|
||
|
hs-source-dirs: src
|
||
|
exposed-modules: Week02.Validators
|
||
|
build-depends: aeson
|
||
|
, base ^>=4.14.1.0
|
||
|
, containers
|
||
|
, playground-common
|
||
|
, plutus-contract
|
||
|
, plutus-ledger
|
||
|
, plutus-tx-plugin
|
||
|
, plutus-tx
|
||
|
, text
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas -fno-strictness -fno-spec-constr -fno-specialise
|