Skip to content

Commit 5d041be

Browse files
Update CI to test ghc-7.10.3, 8.0.2 and 8.2.1.
1 parent fb57da3 commit 5d041be

File tree

5 files changed

+8
-30
lines changed

5 files changed

+8
-30
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ sudo: false
44

55
matrix:
66
include:
7-
- env: ARGS="--stack-yaml stack-ghc-7.8.4.yaml"
8-
addons: {apt: {packages: [libgmp-dev]}}
9-
107
- env: ARGS="--stack-yaml stack-ghc-7.10.3.yaml"
118
addons: {apt: {packages: [libgmp-dev]}}
129

1310
- env: ARGS="--stack-yaml stack-ghc-8.0.2.yaml"
1411
addons: {apt: {packages: [libgmp-dev]}}
1512

16-
# - env: ARGS=
17-
# addons: {apt: {packages: [libgmp-dev]}}
13+
- env: ARGS=
14+
addons: {apt: {packages: [libgmp-dev]}}
1815

1916
cache:
2017
directories:

stack-ghc-7.10.3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ packages:
55
- distributed-process-tests/
66

77
extra-deps:
8-
- rank1dynamic-0.3.3.0
9-
- distributed-static-0.3.5.0
8+
- rank1dynamic-0.4.0
9+
- distributed-static-0.3.8
1010
- network-transport-0.5.2
1111
- network-transport-tcp-0.6.0
1212
- network-transport-inmemory-0.5.2

stack-ghc-7.8.4.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

stack-ghc-8.0.2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ packages:
55
- distributed-process-tests/
66

77
extra-deps:
8-
- rank1dynamic-0.3.3.0
9-
- distributed-static-0.3.5.0
8+
- rank1dynamic-0.4.0
9+
- distributed-static-0.3.8
1010
- network-transport-0.5.2
1111
- network-transport-tcp-0.6.0
1212
- network-transport-inmemory-0.5.2

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ packages:
55
- distributed-process-tests/
66

77
extra-deps:
8-
- rank1dynamic-0.3.3.0
9-
- distributed-static-0.3.5.0
8+
- rank1dynamic-0.4.0
9+
- distributed-static-0.3.8
1010
- network-transport-0.5.2
1111
- network-transport-tcp-0.6.0
1212
- network-transport-inmemory-0.5.2

0 commit comments

Comments
 (0)