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 d8231e7 commit a111f67Copy full SHA for a111f67
test/integration/tests/3607-stack-init-solver/Main.hs
@@ -2,5 +2,7 @@ import StackTest
2
3
main :: IO ()
4
main = do
5
- stack ["init", "--resolver", "nightly-2018-07-31", "--solver", "--force"]
+ -- The resolver specified should be a nightly with a GHC version that matches
6
+ -- the LTS resolver used in Stack's top-level `stack.yaml`.
7
+ stack ["init", "--resolver", "nightly-2018-03-12", "--solver", "--force"]
8
stack ["build"]
0 commit comments