Skip to content

Commit 2526b89

Browse files
committed
Replace 8.10.1 with 8.10.4 in wrapper test
1 parent 6a732b5 commit 2526b89

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

test/wrapper/Main.hs

+2-2
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.4" $
22+
testDir "test/wrapper/testdata/stack-8.10.4" "8.10.4"
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/stack.yaml

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: ghc-8.10.4

0 commit comments

Comments
 (0)