Skip to content

Commit

Permalink
Make circle ci build using ghc-8.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed May 13, 2020
1 parent bf95e0a commit 10dd731
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 @@ -73,6 +73,11 @@ jobs:
environment:
STACK_ARGUMENTS: --no-terminal
STACK_YAML: stack-lts-12.10.yaml
build_8.6.5:
<<: *stack_build
environment:
STACK_ARGUMENTS: --no-terminal
STACK_YAML: stack-lts-14.27.yaml
build:
<<: *stack_build
environment:
Expand All @@ -94,6 +99,7 @@ workflows:
- build_8.0.2
- build_8.2.2
- build_8.4.3
- build_8.6.5
- build
#- build_nightly
# nightly:
Expand Down

0 comments on commit 10dd731

Please sign in to comment.