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 b6b95a4 commit 79866bbCopy full SHA for 79866bb
test/integration/tests/2433-ghc-by-version/files/run.sh
@@ -2,10 +2,10 @@
2
3
set -exuo pipefail
4
5
-export PATH=$(pwd)/fake-path:$("$STACK_EXE" path --resolver ghc-9.2.4 --compiler-bin):$PATH
+export PATH=$(pwd)/fake-path:$("$STACK_EXE" path --resolver ghc-9.2.5 --compiler-bin):$PATH
6
export STACK_ROOT=$(pwd)/fake-root
7
8
which ghc
9
10
-"$STACK_EXE" --system-ghc --no-install-ghc --resolver ghc-9.2.4 ghc -- --info
11
-"$STACK_EXE" --system-ghc --no-install-ghc --resolver ghc-9.2.4 runghc foo.hs
+"$STACK_EXE" --system-ghc --no-install-ghc --resolver ghc-9.2.5 ghc -- --info
+"$STACK_EXE" --system-ghc --no-install-ghc --resolver ghc-9.2.5 runghc foo.hs
0 commit comments