Skip to content

Commit

Permalink
Explicitly set components for hie bios
Browse files Browse the repository at this point in the history
this fixes loading ./pab/Main.hs
  • Loading branch information
luigy committed Jul 29, 2021
1 parent 8216d5a commit 570023b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hie.yaml
@@ -1,2 +1,10 @@
cradle:
cabal:
- path: "./src"
component: "plutus-starter:lib:plutus-starter"
- path: "./examples/src"
component: "plutus-starter:lib:plutus-starter"
- path: "./examples/test"
component: "plutus-starter:test:plutus-example-projects-test"
- path: "./pab"
component: "plutus-starter:exe:plutus-starter-pab"

0 comments on commit 570023b

Please sign in to comment.