Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit e03d92a

Browse files
committed
Add ghc-8.8.3 to ci
1 parent 645065b commit e03d92a

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.azure/linux-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
matrix:
88
stack-def:
99
YAML_FILE: stack.yaml
10+
stack-8.8.3:
11+
YAML_FILE: stack-8.8.3.yaml
1012
stack-8.8.2:
1113
YAML_FILE: stack-8.8.2.yaml
1214
stack-8.8.1:

.azure/macos-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
matrix:
88
stack-def:
99
YAML_FILE: stack.yaml
10+
stack-8.8.3:
11+
YAML_FILE: stack-8.8.3.yaml
1012
stack-8.8.2:
1113
YAML_FILE: stack-8.8.2.yaml
1214
stack-8.8.1:

.azure/windows-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
# TODO: Enable it when it uses ghc-8.8.3
1010
# stack-def:
1111
# YAML_FILE: stack.yaml
12+
stack-8.8.3:
13+
YAML_FILE: stack-8.8.3.yaml
1214
# ghc versions 8.8.1 and 8.8.2 are not usable in windows
1315
# due to https://gitlab.haskell.org/ghc/ghc/issues/17575
1416
stack-8.6.5:

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ jobs:
136136
- STACK_FILE: "stack-8.8.2.yaml"
137137
<<: *defaults
138138

139+
ghc-8.8.3:
140+
environment:
141+
- STACK_FILE: "stack-8.8.3.yaml"
142+
<<: *defaults
143+
139144
ghc-nightly:
140145
environment:
141146
- STACK_FILE: "stack.yaml"

0 commit comments

Comments
 (0)