bump containers bound; build against ghc 8.6.4

This commit is contained in:
Bruno Bieth 2019-05-20 09:58:46 +02:00
parent a52b484ca0
commit 54d92edfc2
4 changed files with 10 additions and 2 deletions

View File

@ -39,6 +39,10 @@ env:
- DOCKER_VERSION="1.13.1-0~ubuntu-trusty" GHCVER=8.0.2
- DOCKER_VERSION="17.05.0~ce-0~ubuntu-trusty" GHCVER=8.0.2
- DOCKER_VERSION="1.12.3-0~trusty" GHCVER=8.6.4
- DOCKER_VERSION="1.13.1-0~ubuntu-trusty" GHCVER=8.6.4
- DOCKER_VERSION="17.05.0~ce-0~ubuntu-trusty" GHCVER=8.6.4
addons:
apt:
packages:

View File

@ -28,7 +28,7 @@ library
, aeson >= 0.9.0 && < 2.0.0
, blaze-builder >= 0.4.0 && < 0.5.0
, bytestring >= 0.10.0 && < 0.11.0
, containers >= 0.5.0 && < 0.6.0
, containers >= 0.5.0 && < 0.7.0
, data-default-class >= 0.0.1 && < 0.2.0
, http-client >= 0.4.0 && < 0.6.0
, http-types >= 0.9 && < 0.13

4
stack-8.6.4.yaml Normal file
View File

@ -0,0 +1,4 @@
resolver: lts-13.19
packages:
- '.'
extra-deps: []

View File

@ -1 +1 @@
stack-8.0.2.yaml
stack-8.6.4.yaml