It’s kitchen-sink time! Change-Id: Ieb4f9e642920c3e0619475095e19005bcaf558bc Reviewed-on: https://cl.tvl.fyi/c/depot/+/13265 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
cradle:
|
|
cabal:
|
|
- path: "./my-prelude"
|
|
component: "lib:my-prelude"
|
|
- path: "./my-webstuff"
|
|
component: "lib:my-webstuff"
|
|
- path: "./netencode"
|
|
component: "lib:netencode"
|
|
- path: "./arglib"
|
|
component: "lib:arglib-netencode"
|
|
- path: "./execline"
|
|
component: "lib:exec-helpers"
|
|
- path: "./htmx-experiment/src"
|
|
component: "lib:htmx-experiment"
|
|
- path: "./htmx-experiment/Main.hs"
|
|
component: "htmx-experiment:exe:htmx-experiment"
|
|
- path: "./cas-serve/CasServe.hs"
|
|
component: "cas-serve:exe:cas-serve"
|
|
- path: "./jbovlaste-sqlite/JbovlasteSqlite.hs"
|
|
component: "jbovlaste-sqlite:exe:jbovlaste-sqlite"
|
|
- path: "./whatcd-resolver/src"
|
|
component: "lib:whatcd-resolver"
|
|
- path: "./whatcd-resolver/Main.hs"
|
|
component: "whatcd-resolver:exe:whatcd-resolver"
|
|
- path: "./openlab-tools/src"
|
|
component: "lib:openlab-tools"
|
|
- path: "./openlab-tools/Main.hs"
|
|
component: "openlab-tools:exe:openlab-tools"
|
|
- path: "./httzip/Httzip.hs"
|
|
component: "httzip:exe:httzip"
|
|
- path: "./my-xmonad/Xmonad.hs"
|
|
component: "my-xmonad:exe:xmonad"
|
|
- path: "./my-tools/src"
|
|
component: "lib:my-tools"
|
|
- path: "./my-tools/exe/Copy.hs"
|
|
component: "my-tools:exe:copy"
|