We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0fdc49 + 8997c9b commit b22aae8Copy full SHA for b22aae8
nix/workbench/backend/supervisor.nix
@@ -15,7 +15,7 @@ let
15
]
16
++ lib.optionals ( useCabalRun)
17
(with haskellPackages; [
18
- cabalWrapped
+ cabal-install
19
ghcid
20
haskellBuildUtils
21
cabal-plan
nix/workbench/lib-cabal.sh
@@ -28,6 +28,7 @@ function workbench-prebuild-executables()
28
newline
29
30
unset NIX_ENFORCE_PURITY
31
+ cabal update
32
for exe in cardano-node cardano-cli cardano-topology cardano-tracer tx-generator locli
33
do echo "workbench: $(blue prebuilding) $(red $exe)"
34
cabal $(test -z "${verbose:-}" && echo '-v0') build ${WB_FLAGS_CABAL} -- exe:$exe 2>&1 >/dev/null || return 1
0 commit comments