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.
2 parents 7b6efe8 + c8071d1 commit bf94639Copy full SHA for bf94639
.circleci/config.yml
@@ -104,6 +104,11 @@ jobs:
104
- STACK_FILE: "stack-8.8.3.yaml"
105
<<: *defaults
106
107
+ ghc-8.8.4:
108
+ environment:
109
+ - STACK_FILE: "stack-8.8.4.yaml"
110
+ <<: *defaults
111
+
112
ghc-8.10.1:
113
environment:
114
- STACK_FILE: "stack-8.10.1.yaml"
@@ -161,6 +166,7 @@ workflows:
161
166
- ghc-8.6.5
162
167
- ghc-8.8.2
163
168
- ghc-8.8.3
169
+ - ghc-8.8.4
164
170
- ghc-8.10.1
165
171
# - ghc-nightly
172
- cabal
0 commit comments