Configuration for persistent 2.9

This commit is contained in:
Michael Snoyman 2018-10-14 10:45:45 +03:00
parent 7f07325dc4
commit b16084ed34
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 25 additions and 0 deletions

View File

@ -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
View 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