2020-07-26 03:08:33 +03:00
|
|
|
cradle:
|
2020-09-15 19:28:28 +03:00
|
|
|
stack:
|
2021-10-07 02:02:32 +03:00
|
|
|
- path: "codebase2/codebase"
|
2020-09-15 19:28:28 +03:00
|
|
|
component: "unison-codebase:lib"
|
|
|
|
|
2021-10-07 02:02:32 +03:00
|
|
|
- path: "codebase2/codebase-sqlite"
|
2020-09-15 19:28:28 +03:00
|
|
|
component: "unison-codebase-sqlite:lib"
|
|
|
|
|
2021-10-07 02:02:32 +03:00
|
|
|
- path: "codebase2/codebase-sync"
|
2021-03-11 21:02:08 +03:00
|
|
|
component: "unison-codebase-sync:lib"
|
|
|
|
|
2021-10-07 02:02:32 +03:00
|
|
|
- path: "codebase2/core"
|
2020-09-15 19:28:28 +03:00
|
|
|
component: "unison-core:lib"
|
|
|
|
|
2021-10-20 20:37:34 +03:00
|
|
|
- path: "codebase2/util/bench"
|
|
|
|
component: "unison-util:bench:bench"
|
|
|
|
|
|
|
|
- path: "codebase2/util/src"
|
2020-09-15 19:28:28 +03:00
|
|
|
component: "unison-util:lib"
|
|
|
|
|
2021-10-07 02:02:32 +03:00
|
|
|
- path: "codebase2/util-serialization"
|
2020-09-15 19:28:28 +03:00
|
|
|
component: "unison-util-serialization:lib"
|
2020-10-19 17:17:25 +03:00
|
|
|
|
2021-10-07 02:02:32 +03:00
|
|
|
- path: "codebase2/util-term"
|
2021-02-05 20:09:56 +03:00
|
|
|
component: "unison-util-term:lib"
|
|
|
|
|
2021-10-06 19:24:45 +03:00
|
|
|
- path: "lib/unison-prelude/src"
|
|
|
|
component: "unison-prelude:lib"
|
|
|
|
|
|
|
|
- path: "lib/unison-util-relation/src"
|
|
|
|
component: "unison-util-relation:lib"
|
|
|
|
|
|
|
|
- path: "lib/unison-util-relation/test"
|
|
|
|
component: "unison-util-relation:test:tests"
|
|
|
|
|
2021-10-09 01:00:28 +03:00
|
|
|
- path: "lib/unison-util-relation/benchmarks/relation"
|
|
|
|
component: "unison-util-relation:bench:relation"
|
|
|
|
|
2021-02-05 20:09:56 +03:00
|
|
|
- path: "parser-typechecker/src"
|
2020-10-19 17:17:25 +03:00
|
|
|
component: "unison-parser-typechecker:lib"
|
|
|
|
|
2021-10-06 19:24:45 +03:00
|
|
|
- path: "parser-typechecker/prettyprintdemo"
|
2021-04-28 09:09:14 +03:00
|
|
|
component: "unison-parser-typechecker:exe:prettyprintdemo"
|
|
|
|
|
2021-04-28 17:10:14 +03:00
|
|
|
- path: "parser-typechecker/tests"
|
2021-04-28 09:09:14 +03:00
|
|
|
component: "unison-parser-typechecker:exe:tests"
|
|
|
|
|
2021-10-21 11:23:01 +03:00
|
|
|
- path: "unison-cli/transcripts"
|
2021-10-12 21:56:21 +03:00
|
|
|
component: "unison-cli:exe:transcripts"
|
2020-10-19 17:17:25 +03:00
|
|
|
|
2021-10-21 11:23:01 +03:00
|
|
|
- path: "unison-cli/unison"
|
|
|
|
component: "unison-cli:exe:unison"
|
2021-04-28 09:09:14 +03:00
|
|
|
|
2021-04-28 17:10:14 +03:00
|
|
|
- path: "parser-typechecker/benchmarks/runtime"
|
2020-10-19 17:17:25 +03:00
|
|
|
component: "unison-parser-typechecker:bench:runtime"
|
|
|
|
|
2021-02-05 20:09:56 +03:00
|
|
|
- path: "unison-core/src"
|
2020-10-19 17:17:25 +03:00
|
|
|
component: "unison-core1:lib"
|
|
|
|
|
2021-02-05 20:09:56 +03:00
|
|
|
- path: "yaks/easytest/src"
|
2020-10-19 17:17:25 +03:00
|
|
|
component: "easytest:lib"
|
|
|
|
|
2021-02-05 20:09:56 +03:00
|
|
|
- path: "yaks/easytest/tests/Suite.hs"
|
|
|
|
component: "easytest:exe:runtests"
|
|
|
|
|
|
|
|
- path: "yaks/easytest/tests"
|
2020-10-19 17:17:25 +03:00
|
|
|
component: "easytest:test:tests"
|