Skip to content

Commit

Permalink
Replace 8.10.1 with 8.10.4 in wrapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Feb 9, 2021
1 parent 9908412 commit 6614dab
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/wrapper/Main.hs
Expand Up @@ -18,8 +18,8 @@ main = do

projectGhcVersionTests :: TestTree
projectGhcVersionTests = testGroup "--project-ghc-version"
[ testCase "stack with ghc 8.10.1" $
testDir "test/wrapper/testdata/stack-8.10.1" "8.10.1"
[ testCase "stack with ghc 8.10.4" $
testDir "test/wrapper/testdata/stack-8.10.4" "8.10.4"
, testCase "stack with ghc 8.8.3" $
testDir "test/wrapper/testdata/stack-8.8.3" "8.8.3"
, testCase "cabal with global ghc" $ do
Expand Down
1 change: 0 additions & 1 deletion test/wrapper/testdata/stack-8.10.1/stack.yaml

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions test/wrapper/testdata/stack-8.10.4/stack.yaml
@@ -0,0 +1 @@
resolver: ghc-8.10.4

0 comments on commit 6614dab

Please sign in to comment.