We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa87a71 commit 575ba86Copy full SHA for 575ba86
bundle/build.sh
@@ -37,7 +37,7 @@ cp "$FULL_BIN" bundle/build/psc-package
37
# Copy extra files to the staging directory
38
cp LICENSE bundle/build/psc-package/
39
40
-stack list-dependencies >bundle/build/psc-package/dependencies.txt
+stack ls dependencies >bundle/build/psc-package/dependencies.txt
41
42
# Make the binary bundle
43
pushd bundle/build > /dev/null
0 commit comments