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 9908412 commit 56c9cf9Copy full SHA for 56c9cf9
test/wrapper/Main.hs
@@ -18,8 +18,8 @@ main = do
18
19
projectGhcVersionTests :: TestTree
20
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"
+ [ testCase "stack with ghc 8.10.3" $
+ testDir "test/wrapper/testdata/stack-8.10.3" "8.10.3"
23
, testCase "stack with ghc 8.8.3" $
24
testDir "test/wrapper/testdata/stack-8.8.3" "8.8.3"
25
, testCase "cabal with global ghc" $ do
test/wrapper/testdata/stack-8.10.1/Lib.hs
test/wrapper/testdata/stack-8.10.1/stack.yaml
0 commit comments