Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit de5e530

Browse files
committed
Fix executable
1 parent 158be95 commit de5e530

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

pab/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ import Plutus.PAB.Simulator (SimulatorEffectHandlers)
2626
import qualified Plutus.PAB.Simulator as Simulator
2727
import qualified Plutus.PAB.Webserver.Server as PAB.Server
2828
import Plutus.Contracts.Game as Game
29-
import Plutus.Trace.Emulator.Extract (writeScriptsTo, ScriptsConfig (..), Command (..))
29+
import Plutus.Trace.Emulator.Extract (writeScriptsTo, ScriptsConfig (..), Command (..),
30+
ValidatorMode(FullyAppliedValidators))
3031
import Prettyprinter (Pretty (..), viaShow)
3132
import qualified Wallet.Emulator.Wallet as Wallet
3233

plutus-starter.cabal

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,22 @@ test-suite plutus-example-projects-test
8383
text -any,
8484
tasty-hedgehog >=0.2.0.0
8585

86+
87+
executable plutus-starter-pab
88+
import: lang
89+
main-is: Main.hs
90+
hs-source-dirs: pab
91+
ghc-options:
92+
-threaded
93+
build-depends:
94+
base >= 4.9 && < 5,
95+
data-default -any,
96+
plutus-contract -any,
97+
plutus-pab -any,
98+
plutus-starter -any,
99+
aeson -any,
100+
freer-simple -any,
101+
prettyprinter -any,
102+
freer-extras -any,
103+
plutus-ledger -any,
104+
openapi3 -any,

0 commit comments

Comments
 (0)