Skip to content

Commit 3fdc6aa

Browse files
authored
Merge pull request #464 from jneira/ci-ghc-8.10.2
Add ghc-8.10.2 to circleci
2 parents c4d16f8 + 2f18d65 commit 3fdc6aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ jobs:
114114
- STACK_FILE: "stack-8.10.1.yaml"
115115
<<: *defaults
116116

117+
ghc-8.10.2:
118+
environment:
119+
- STACK_FILE: "stack-8.10.2.yaml"
120+
<<: *defaults
121+
117122
# ghc-nightly:
118123
# environment:
119124
# - STACK_FILE: "stack.yaml"
@@ -194,6 +199,7 @@ workflows:
194199
- ghc-8.8.3
195200
- ghc-8.8.4
196201
- ghc-8.10.1
202+
- ghc-8.10.2
197203
# - ghc-nightly
198204
- cabal
199205
- nix

0 commit comments

Comments
 (0)