We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e03d9 commit 092c59dCopy full SHA for 092c59d
.circleci/config.yml
@@ -137,15 +137,20 @@ jobs:
137
- STACK_FILE: "stack-8.10.2.yaml"
138
<<: *defaults
139
140
- ghc-nightly:
+ ghc-8.10.3:
141
+ environment:
142
+ - STACK_FILE: "stack-8.10.3.yaml"
143
+ <<: *defaults
144
+
145
+ ghc-default:
146
environment:
147
- STACK_FILE: "stack.yaml"
148
149
150
cabal:
151
working_directory: ~/build
152
docker:
- - image: haskell:8.10.1
153
+ - image: haskell:8.10.3
154
steps:
155
- checkout
156
- run:
@@ -191,5 +196,6 @@ workflows:
191
196
- ghc-8.8.4
192
197
- ghc-8.10.1
193
198
- ghc-8.10.2
194
- # - ghc-nightly
199
+ - ghc-8.10.3
200
+ - ghc-default
195
201
- cabal
0 commit comments