mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-25 08:12:00 +01:00
26 lines
751 B
Text
26 lines
751 B
Text
|
Cabal-Version: 2.4
|
||
|
Name: plutus-pioneer-program-week09
|
||
|
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
|
||
|
|
||
|
executable marlowe
|
||
|
hs-source-dirs: app
|
||
|
main-is: marlowe.hs
|
||
|
build-depends: base ^>=4.14.1.0
|
||
|
, marlowe
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall -O2
|
||
|
|
||
|
executable solution
|
||
|
hs-source-dirs: app
|
||
|
main-is: solution.hs
|
||
|
build-depends: base ^>=4.14.1.0
|
||
|
, marlowe
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall -O2
|