From 54d92edfc2fe146d24247a86ab8f05e691352f1f Mon Sep 17 00:00:00 2001 From: Bruno Bieth Date: Mon, 20 May 2019 09:58:46 +0200 Subject: [PATCH] bump containers bound; build against ghc 8.6.4 --- .travis.yml | 4 ++++ docker.cabal | 2 +- stack-8.6.4.yaml | 4 ++++ stack.yaml | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 stack-8.6.4.yaml diff --git a/.travis.yml b/.travis.yml index b1ac691..cef8744 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/docker.cabal b/docker.cabal index 52a5a08..2fe7b67 100644 --- a/docker.cabal +++ b/docker.cabal @@ -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 diff --git a/stack-8.6.4.yaml b/stack-8.6.4.yaml new file mode 100644 index 0000000..34c2fa7 --- /dev/null +++ b/stack-8.6.4.yaml @@ -0,0 +1,4 @@ +resolver: lts-13.19 +packages: +- '.' +extra-deps: [] diff --git a/stack.yaml b/stack.yaml index 2d11e57..6c197ee 120000 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1 @@ -stack-8.0.2.yaml \ No newline at end of file +stack-8.6.4.yaml \ No newline at end of file