We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4d16f8 + 2f18d65 commit 3fdc6aaCopy full SHA for 3fdc6aa
.circleci/config.yml
@@ -114,6 +114,11 @@ jobs:
114
- STACK_FILE: "stack-8.10.1.yaml"
115
<<: *defaults
116
117
+ ghc-8.10.2:
118
+ environment:
119
+ - STACK_FILE: "stack-8.10.2.yaml"
120
+ <<: *defaults
121
+
122
# ghc-nightly:
123
# environment:
124
# - STACK_FILE: "stack.yaml"
@@ -194,6 +199,7 @@ workflows:
194
199
- ghc-8.8.3
195
200
- ghc-8.8.4
196
201
- ghc-8.10.1
202
+ - ghc-8.10.2
197
203
# - ghc-nightly
198
204
- cabal
205
- nix
0 commit comments