We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a732b5 commit 2526b89Copy full SHA for 2526b89
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.4" $
+ testDir "test/wrapper/testdata/stack-8.10.4" "8.10.4"
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/stack.yaml
test/wrapper/testdata/stack-8.10.1/Lib.hs renamed to test/wrapper/testdata/stack-8.10.4/Lib.hs
test/wrapper/testdata/stack-8.10.3/foo.cabal renamed to test/wrapper/testdata/stack-8.10.4/foo.cabal
test/wrapper/testdata/stack-8.10.4/stack.yaml
@@ -0,0 +1 @@
1
+resolver: ghc-8.10.4
0 commit comments