Skip to content

Commit

Permalink
Merge pull request #464 from jneira/ci-ghc-8.10.2
Browse files Browse the repository at this point in the history
Add ghc-8.10.2 to circleci
  • Loading branch information
alanz authored Oct 5, 2020
2 parents c4d16f8 + 2f18d65 commit 3fdc6aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
- STACK_FILE: "stack-8.10.1.yaml"
<<: *defaults

ghc-8.10.2:
environment:
- STACK_FILE: "stack-8.10.2.yaml"
<<: *defaults

# ghc-nightly:
# environment:
# - STACK_FILE: "stack.yaml"
Expand Down Expand Up @@ -194,6 +199,7 @@ workflows:
- ghc-8.8.3
- ghc-8.8.4
- ghc-8.10.1
- ghc-8.10.2
# - ghc-nightly
- cabal
- nix

0 comments on commit 3fdc6aa

Please sign in to comment.