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 f4f32e1 commit 51d627eCopy full SHA for 51d627e
test/tests.sh
@@ -123,7 +123,7 @@ if [ "$TESTS" == "shellFor-multiple-package" ] || [ "$TESTS" == "all" ]; then
123
--pure ./default.nix \
124
--argstr compiler-nix-name $SHELL_FOR_GHC \
125
-A shell-for.envPkga \
126
- --run 'cd shell-for && CABAL_DIR=$(mktemp -d) cabal new-build --project=single.project all'
+ --run 'cd shell-for && CABAL_DIR=$(mktemp -d) cabal new-build --project-file=single.project all'
127
echo >& 2
128
fi
129
0 commit comments