File tree 1 file changed +13
-20
lines changed
1 file changed +13
-20
lines changed Original file line number Diff line number Diff line change @@ -96,21 +96,6 @@ defaults: &defaults
96
96
97
97
version : 2
98
98
jobs :
99
- # ghc-8.4.2:
100
- # environment:
101
- # - STACK_FILE: "stack-8.4.2.yaml"
102
- # <<: *defaults
103
-
104
- # ghc-8.4.3:
105
- # environment:
106
- # - STACK_FILE: "stack-8.4.3.yaml"
107
- # <<: *defaults
108
-
109
- # ghc-8.4.4:
110
- # environment:
111
- # - STACK_FILE: "stack-8.4.4.yaml"
112
- # <<: *defaults
113
-
114
99
ghc-8.6.4 :
115
100
environment :
116
101
- STACK_FILE : " stack-8.6.4.yaml"
@@ -126,6 +111,16 @@ jobs:
126
111
- STACK_FILE : " stack-8.8.2.yaml"
127
112
<< : *defaults
128
113
114
+ ghc-8.8.3 :
115
+ environment :
116
+ - STACK_FILE : " stack-8.8.3.yaml"
117
+ << : *defaults
118
+
119
+ ghc-8.10.1 :
120
+ environment :
121
+ - STACK_FILE : " stack-8.10.1.yaml"
122
+ << : *defaults
123
+
129
124
# ghc-nightly:
130
125
# environment:
131
126
# - STACK_FILE: "stack.yaml"
@@ -134,7 +129,7 @@ jobs:
134
129
cabal :
135
130
working_directory : ~/build
136
131
docker :
137
- - image : haskell:8.8 .1
132
+ - image : haskell:8.10 .1
138
133
steps :
139
134
- checkout
140
135
- run :
@@ -174,12 +169,10 @@ workflows:
174
169
version : 2
175
170
multiple-ghcs :
176
171
jobs :
177
- # - ghc-8.4.2
178
- # - ghc-8.4.3
179
- # - ghc-8.4.4
180
172
- ghc-8.6.4
181
173
- ghc-8.6.5
182
- # - ghc-8.8.1
183
174
- ghc-8.8.2
175
+ - ghc-8.8.3
176
+ - ghc-8.10.1
184
177
# - ghc-nightly
185
178
- cabal
You can’t perform that action at this time.
0 commit comments