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 c04d857 commit f15864aCopy full SHA for f15864a
.travis.yml
@@ -76,6 +76,14 @@ matrix:
76
compiler: ": #stack 8.6.5"
77
addons: {apt: {packages: [libgmp-dev]}}
78
79
+ - env: BUILD=stack ARGS="--stack-yaml stack-9.0.2-aeson1.yaml"
80
+ compiler: ": #stack 9.0.2 (Aeson 1)"
81
+ addons: {apt: {packages: [libgmp-dev]}}
82
+
83
+ - env: BUILD=stack ARGS="--stack-yaml stack-9.0.2-aeson2.yaml"
84
+ compiler: ": #stack 9.0.2 (Aeson 2)"
85
86
87
# Nightly builds are allowed to fail
88
- env: BUILD=stack ARGS="--resolver nightly"
89
compiler: ": #stack nightly"
0 commit comments