Skip to content

Commit 59a9a84

Browse files
committed
test/integration: all tests use ghc-8.0.2
1 parent 50090e6 commit 59a9a84

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: ghc-8.2.1
1+
resolver: ghc-8.0.2
22
packages:
33
- foo
44
- bar

test/integration/tests/3397-ghc-solver/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ main :: IO ()
44
main = do
55
removeFileIgnore "stack.yaml"
66
removeFileIgnore "issue3397.cabal"
7-
stack ["init", "--solver", "--resolver", "ghc-8.2.1"]
7+
stack ["init", "--solver", "--resolver", "ghc-8.0.2"]
88
stack ["solver", "--update-config"]

test/integration/tests/3431-precompiled-works/files/custom1/custom1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: ghc-8.2.1
1+
resolver: ghc-8.0.2
22
name: custom1
33
packages:
44
- stm-2.4.4.1

test/integration/tests/3431-precompiled-works/files/custom2/custom2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: ghc-8.2.1
1+
resolver: ghc-8.0.2
22
name: custom2
33
packages:
44
- stm-2.4.4.1

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

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

33
main :: IO ()
44
main = do
5-
stack ["init", "--resolver", "nightly-2017-11-25", "--solver", "--force"]
5+
stack ["init", "--resolver", "nightly-2017-07-25", "--solver", "--force"]
66
stack ["build"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: ghc-8.2.1
1+
resolver: ghc-8.0.2
22
extra-deps:
33
- stm-2.4.4.1
44
- mtl-2.2.1

0 commit comments

Comments
 (0)