mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
e8a3cd0780
* 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
11 lines
173 B
YAML
11 lines
173 B
YAML
cradle:
|
|
cabal:
|
|
- path: "./src"
|
|
component: "lib:juvix"
|
|
|
|
- path: "./app"
|
|
component: "exe:juvix"
|
|
|
|
- path: "./test"
|
|
component: "test:juvix-test"
|