1
1
mirror of https://github.com/anoma/juvix.git synced 2024-11-24 00:35:43 +03:00
juvix/hie.yaml

11 lines
215 B
YAML
Raw Normal View History

2021-10-18 20:21:30 +03:00
cradle:
cabal:
- path: "src"
component: "lib:MiniJuvix"
- path: "src/app/Main.hs"
component: "MiniJuvix:exe:MiniJuvix"
- path: "src/test"
component: "MiniJuvix:test:MiniJuvix-test"