Test against persistent 2.10

This commit is contained in:
Michael Snoyman 2019-04-29 16:03:39 +03:00
parent ad6ed03aa4
commit 2a51e05448
No known key found for this signature in database
GPG key ID: A048E8C057E86876
2 changed files with 27 additions and 0 deletions

View file

@ -80,6 +80,10 @@ matrix:
compiler: ": #stack/persistent 2.9"
addons: {apt: {packages: [libgmp-dev]}}
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-10.yaml"
compiler: ": #stack/persistent 2.10"
addons: {apt: {packages: [libgmp-dev]}}
# Nightly builds are allowed to fail
- env: BUILD=stack ARGS="--resolver nightly"
compiler: ": #stack nightly"
@ -110,6 +114,10 @@ matrix:
compiler: ": #stack/persistent 2.9"
os: osx
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-10.yaml"
compiler: ": #stack/persistent 2.10"
os: osx
- env: BUILD=stack ARGS="--resolver nightly"
compiler: ": #stack nightly osx"
os: osx

View file

@ -0,0 +1,19 @@
resolver: lts-13.17
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.10.0@rev:0
- persistent-sqlite-2.10.0@rev:0
- persistent-template-2.7.0@rev:0