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 603868f commit 2fb6b32Copy full SHA for 2fb6b32
test/integration/tests/620-env-command/files/run.sh
@@ -2,6 +2,6 @@
2
3
set -euxo pipefail
4
5
-stack build --resolver lts-20.23 async
6
-eval `stack config env --resolver lts-20.23`
+stack build --resolver nightly-2023-06-18 async
+eval `stack config env --resolver nightly-2023-06-18`
7
ghc Main.hs
0 commit comments