c266f5133f
A streaming webserver which serves directories as .zip recursively. Because everything sucks and this is the best way to get dirs delivered to people. Change-Id: I451885cfc5082db12ac32eb0a4bfb04bc983d3c2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8953 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
24 lines
841 B
YAML
24 lines
841 B
YAML
cradle:
|
|
cabal:
|
|
- path: "./my-prelude"
|
|
component: "lib:my-prelude"
|
|
- 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/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: "./httzip/Httzip.hs"
|
|
component: "httzip:exe:httzip"
|