mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 10:03:22 +03:00
a4eb2124b2
* w.i.p adoption of generic error type * harmonize * Remove the use of Error effect for internal bugs * add location information to expression atom list * Add GenericError instance for PatternAtoms * Remove Maybe GenericError occurrences * [ci] fix draft job's condition * minor changes * [stack] macos support ghc-opts * Fix reviewer's comments * remove accidentally commited file * refactor to avoid duplication * fix Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
11 lines
205 B
YAML
11 lines
205 B
YAML
cradle:
|
|
stack:
|
|
- path: "./src"
|
|
component: "minijuvix:lib"
|
|
|
|
- path: "./app"
|
|
component: "minijuvix:exe:minijuvix"
|
|
|
|
- path: "./test"
|
|
component: "minijuvix:test:minijuvix-test"
|