Skip to content

Commit

Permalink
Fix executable
Browse files Browse the repository at this point in the history
  • Loading branch information
berewt committed Feb 8, 2023
1 parent 158be95 commit de5e530
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pab/Main.hs
Expand Up @@ -26,7 +26,8 @@ import Plutus.PAB.Simulator (SimulatorEffectHandlers)
import qualified Plutus.PAB.Simulator as Simulator
import qualified Plutus.PAB.Webserver.Server as PAB.Server
import Plutus.Contracts.Game as Game
import Plutus.Trace.Emulator.Extract (writeScriptsTo, ScriptsConfig (..), Command (..))
import Plutus.Trace.Emulator.Extract (writeScriptsTo, ScriptsConfig (..), Command (..),
ValidatorMode(FullyAppliedValidators))
import Prettyprinter (Pretty (..), viaShow)
import qualified Wallet.Emulator.Wallet as Wallet

Expand Down
19 changes: 19 additions & 0 deletions plutus-starter.cabal
Expand Up @@ -83,3 +83,22 @@ test-suite plutus-example-projects-test
text -any,
tasty-hedgehog >=0.2.0.0


executable plutus-starter-pab
import: lang
main-is: Main.hs
hs-source-dirs: pab
ghc-options:
-threaded
build-depends:
base >= 4.9 && < 5,
data-default -any,
plutus-contract -any,
plutus-pab -any,
plutus-starter -any,
aeson -any,
freer-simple -any,
prettyprinter -any,
freer-extras -any,
plutus-ledger -any,
openapi3 -any,

0 comments on commit de5e530

Please sign in to comment.