Skip to content

Commit 575ba86

Browse files
committed
fix usage of stack list deps in build script
1 parent fa87a71 commit 575ba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cp "$FULL_BIN" bundle/build/psc-package
3737
# Copy extra files to the staging directory
3838
cp LICENSE bundle/build/psc-package/
3939

40-
stack list-dependencies >bundle/build/psc-package/dependencies.txt
40+
stack ls dependencies >bundle/build/psc-package/dependencies.txt
4141

4242
# Make the binary bundle
4343
pushd bundle/build > /dev/null

0 commit comments

Comments
 (0)