Configuration for persistent 2.9
This commit is contained in:
parent
7f07325dc4
commit
b16084ed34
@ -65,6 +65,10 @@ matrix:
|
||||
compiler: ": #stack 8.2.2"
|
||||
addons: {apt: {packages: [libgmp-dev]}}
|
||||
|
||||
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-9.yaml"
|
||||
compiler: ": #stack/persistent 2.9"
|
||||
addons: {apt: {packages: [libgmp-dev]}}
|
||||
|
||||
# Nightly builds are allowed to fail
|
||||
- env: BUILD=stack ARGS="--resolver nightly"
|
||||
compiler: ": #stack nightly"
|
||||
@ -83,6 +87,10 @@ matrix:
|
||||
compiler: ": #stack 8.2.2 osx"
|
||||
os: osx
|
||||
|
||||
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-9.yaml"
|
||||
compiler: ": #stack/persistent 2.9"
|
||||
os: osx
|
||||
|
||||
- env: BUILD=stack ARGS="--resolver nightly"
|
||||
compiler: ": #stack nightly osx"
|
||||
os: osx
|
||||
|
||||
17
stack-persistent-2-9.yaml
Normal file
17
stack-persistent-2-9.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
resolver: lts-11.10
|
||||
packages:
|
||||
- ./yesod-core
|
||||
- ./yesod-static
|
||||
- ./yesod-persistent
|
||||
- ./yesod-newsfeed
|
||||
- ./yesod-form
|
||||
- ./yesod-auth
|
||||
- ./yesod-auth-oauth
|
||||
- ./yesod-sitemap
|
||||
- ./yesod-test
|
||||
- ./yesod-bin
|
||||
- ./yesod
|
||||
- ./yesod-eventsource
|
||||
- ./yesod-websockets
|
||||
extra-deps:
|
||||
- persistent-2.9.0
|
||||
Loading…
Reference in New Issue
Block a user