Skip to content

Commit 092c59d

Browse files
committed
Add ghc-8.10.3 and enable default stack.yaml
1 parent a5e03d9 commit 092c59d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.circleci/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,20 @@ jobs:
137137
- STACK_FILE: "stack-8.10.2.yaml"
138138
<<: *defaults
139139

140-
ghc-nightly:
140+
ghc-8.10.3:
141+
environment:
142+
- STACK_FILE: "stack-8.10.3.yaml"
143+
<<: *defaults
144+
145+
ghc-default:
141146
environment:
142147
- STACK_FILE: "stack.yaml"
143148
<<: *defaults
144149

145150
cabal:
146151
working_directory: ~/build
147152
docker:
148-
- image: haskell:8.10.1
153+
- image: haskell:8.10.3
149154
steps:
150155
- checkout
151156
- run:
@@ -191,5 +196,6 @@ workflows:
191196
- ghc-8.8.4
192197
- ghc-8.10.1
193198
- ghc-8.10.2
194-
# - ghc-nightly
199+
- ghc-8.10.3
200+
- ghc-default
195201
- cabal

0 commit comments

Comments
 (0)