1
1
mirror of https://github.com/anoma/juvix.git synced 2024-08-16 11:40:36 +03:00
juvix/cabal.hie.yaml
2023-01-05 17:48:26 +01:00

14 lines
233 B
YAML

cradle:
cabal:
- path: "./src"
component: "lib:juvix"
- path: "./app"
component: "exe:juvix"
- path: "./test"
component: "test:juvix-test"
- path: "./bench"
component: "bench:juvix-bench"