Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 8e7d756

Browse files
committed
Add GHC 8.6.2 build for circle
1 parent 7d37744 commit 8e7d756

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ jobs:
143143
- STACK_FILE: "stack-8.6.1.yaml"
144144
<<: *defaults
145145

146+
ghc-8.6.2:
147+
environment:
148+
- STACK_FILE: "stack-8.6.2.yaml"
149+
<<: *defaults
146150

147151
ghc-nightly:
148152
environment:
@@ -193,5 +197,6 @@ workflows:
193197
- ghc-8.4.3
194198
- ghc-8.4.4
195199
- ghc-8.6.1
200+
- ghc-8.6.2
196201
- ghc-nightly
197202
- cabal

0 commit comments

Comments
 (0)