Skip to content

Commit a111f67

Browse files
committed
Fix integration test 3607-stack-init-solver
1 parent d8231e7 commit a111f67

File tree

1 file changed

+3
-1
lines changed
  • test/integration/tests/3607-stack-init-solver

1 file changed

+3
-1
lines changed

test/integration/tests/3607-stack-init-solver/Main.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ import StackTest
22

33
main :: IO ()
44
main = do
5-
stack ["init", "--resolver", "nightly-2018-07-31", "--solver", "--force"]
5+
-- 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"]
68
stack ["build"]

0 commit comments

Comments
 (0)