Skip to content

Commit b22aae8

Browse files
authored
Merge pull request #4873 from input-output-hk/wb-drop-cabalWrapped
workbench: drop cabalWrapped
2 parents c0fdc49 + 8997c9b commit b22aae8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nix/workbench/backend/supervisor.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
]
1616
++ lib.optionals ( useCabalRun)
1717
(with haskellPackages; [
18-
cabalWrapped
18+
cabal-install
1919
ghcid
2020
haskellBuildUtils
2121
cabal-plan

nix/workbench/lib-cabal.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function workbench-prebuild-executables()
2828
newline
2929

3030
unset NIX_ENFORCE_PURITY
31+
cabal update
3132
for exe in cardano-node cardano-cli cardano-topology cardano-tracer tx-generator locli
3233
do echo "workbench: $(blue prebuilding) $(red $exe)"
3334
cabal $(test -z "${verbose:-}" && echo '-v0') build ${WB_FLAGS_CABAL} -- exe:$exe 2>&1 >/dev/null || return 1

0 commit comments

Comments
 (0)