Skip to content

Commit

Permalink
Have a stab at updating hie-* files
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Oct 28, 2020
1 parent dc4a036 commit 69a7245
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
12 changes: 9 additions & 3 deletions hie-cabal.yaml
Expand Up @@ -83,11 +83,17 @@ cradle:
- path: ./web-ghc/test
config: { cradle: { cabal: { component: "web-ghc:web-ghc-test" } } }

- path: ./plutus-benchmark/nofib.exe
config: { cradle: {cabal: {component: "exe:nofib-exe" } } }
- path: ./plutus-benchmark/lib
config: { cradle: {cabal: {component: "lib:plutus-benchmark" } } }
- path: ./plutus-benchmark/bench
config: { cradle: {cabal: {component: "plutus-benchmark:large-plc-cek" } } }
- path: ./plutus-benchmark/bench-validation
- path: ./plutus-benchmark/nofib
config: { cradle: {cabal: {component: "plutus-benchmark:nofib" } } }
- path: ./plutus-benchmark/nofib
config: { cradle: {cabal: {component: "plutus-benchmark:nofib-hs" } } }
- path: ./plutus-benchmark/validation
config: { cradle: {cabal: {component: "plutus-benchmark:validation" } } }
- path: ./plutus-benchmark/nofib/test
config: { cradle: {cabal: {component: "plutus-benchmark:plutus-benchmark-nofib-tests" } } }

# Add more as needed, I'm too lazy
22 changes: 17 additions & 5 deletions hie-stack.yaml
Expand Up @@ -214,23 +214,35 @@ cradle:
stack:
component: "plutus-benchmark:lib"

- path: ./plutus-benchmark/bench
- path: ./plutus-benchmark/nofib
config:
cradle:
stack:
component: "plutus-benchmark:large-plc-cek"
component: "plutus-benchmark:nofib"

- path: ./plutus-benchmark/bench-validation
- path: ./plutus-benchmark/nofib
config:
cradle:
stack:
component: "plutus-benchmark:nofib-hs"

- path: ./plutus-benchmark/validation
config:
cradle:
stack:
component: "plutus-benchmark:validation"

- path: ./plutus-benchmark/app
- path: ./plutus-benchmark/nofib/exe
config:
cradle:
stack:
component: "plutus-benchmark:exe:nofib-exe"

- path: ./plutus-benchmark/nofib/test
config:
cradle:
stack:
component: "plutus-benchmark:exe:plutus-benchmark"
component: "plutus-benchmark:plutus-benchmark-nofib-tests"

# These use the plutus plugin - HIE doesn't support plugins yet

Expand Down

0 comments on commit 69a7245

Please sign in to comment.