Skip to content

Commit 56c9cf9

Browse files
committed
Replace 8.10.1 with 8.10.3 in wrapper test
1 parent 9908412 commit 56c9cf9

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

test/wrapper/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ main = do
1818

1919
projectGhcVersionTests :: TestTree
2020
projectGhcVersionTests = testGroup "--project-ghc-version"
21-
[ testCase "stack with ghc 8.10.1" $
22-
testDir "test/wrapper/testdata/stack-8.10.1" "8.10.1"
21+
[ testCase "stack with ghc 8.10.3" $
22+
testDir "test/wrapper/testdata/stack-8.10.3" "8.10.3"
2323
, testCase "stack with ghc 8.8.3" $
2424
testDir "test/wrapper/testdata/stack-8.8.3" "8.8.3"
2525
, testCase "cabal with global ghc" $ do

test/wrapper/testdata/stack-8.10.1/Lib.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/wrapper/testdata/stack-8.10.1/stack.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)