@@ -37,30 +37,38 @@ matrix:
37
37
compiler : " : #GHC 8.2.2"
38
38
addons : {apt: {packages: [cabal-install-2.0,ghc-8.2.2,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
39
39
40
+ - env : BUILD=cabal GHCVER=8.4.1 CABALVER=2.0 HAPPYVER=1.19.5 ALEXVER=3.1.7
41
+ compiler : " : #GHC 8.4.1"
42
+ addons : {apt: {packages: [cabal-install-2.0,ghc-8.4.1,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
43
+
40
44
# Build with the newest GHC and cabal-install. This is an accepted failure,
41
45
# see below.
42
46
- env : BUILD=cabal GHCVER=head CABALVER=head HAPPYVER=1.19.5 ALEXVER=3.1.7
43
47
compiler : " : #GHC HEAD"
44
48
addons : {apt: {packages: [cabal-install-head,ghc-head,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
45
49
50
+ # The Stack LTS builds.
51
+
46
52
# Build using the configuration specified in the stack.yaml file in the
47
53
# current directory.
48
54
- env : BUILD=stack ARGS=""
49
55
compiler : " : #stack default"
50
56
addons : {apt: {packages: [libgmp-dev]}}
51
57
52
- # The Stack LTS builds.
53
- # (There are currently none because as of 2018-02-27,
54
- # servant-checked-exceptions depends on servant >= 0.12, but the latest lts
55
- # release only uses servant-0.11).
58
+ - env : BUILD=stack ARGS="--resolver lts-11"
59
+ compiler : " : #stack 8.2.2 "
60
+ addons : {apt: {packages: [libgmp-dev]}}
61
+
56
62
57
63
# Nightly builds are allowed to fail
58
64
- env : BUILD=stack ARGS="--resolver nightly"
59
65
compiler : " : #stack nightly"
60
66
addons : {apt: {packages: [libgmp-dev]}}
61
67
62
68
# Build on OS X with Stack in addition to Linux.
63
- # (There are currently no builds for the same reason as above.)
69
+ - env : BUILD=stack ARGS="--resolver lts-11"
70
+ compiler : " : #stack 8.2.2 osx"
71
+ os : osx
64
72
65
73
- env : BUILD=stack ARGS="--resolver nightly"
66
74
compiler : " : #stack nightly osx"
0 commit comments