Skip to content

Commit 79866bb

Browse files
committed
Fix test 2433-ghc-by-version
1 parent b6b95a4 commit 79866bb

File tree

1 file changed

+3
-3
lines changed
  • test/integration/tests/2433-ghc-by-version/files

1 file changed

+3
-3
lines changed

test/integration/tests/2433-ghc-by-version/files/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
set -exuo pipefail
44

5-
export PATH=$(pwd)/fake-path:$("$STACK_EXE" path --resolver ghc-9.2.4 --compiler-bin):$PATH
5+
export PATH=$(pwd)/fake-path:$("$STACK_EXE" path --resolver ghc-9.2.5 --compiler-bin):$PATH
66
export STACK_ROOT=$(pwd)/fake-root
77

88
which ghc
99

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
10+
"$STACK_EXE" --system-ghc --no-install-ghc --resolver ghc-9.2.5 ghc -- --info
11+
"$STACK_EXE" --system-ghc --no-install-ghc --resolver ghc-9.2.5 runghc foo.hs

0 commit comments

Comments
 (0)