1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00
juvix/cabal.hie.yaml
Paul Cadman e8a3cd0780
Add configuration files so the project can be built with cabal (#1667)
* Add files to embed in the exe to extra-source-files

Cabal requires the files to be specified here because it uses an isolated
build work directory.

* Add cabal configuration files

* Document how to use `cabal` with the project
2022-12-14 22:35:02 +01:00

11 lines
173 B
YAML

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